Skip to content

Commit 6a43228

Browse files
committed
Increase test timeout
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent 526461b commit 6a43228

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cicd-main-nemo2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runner: self-hosted-azure
4242
- script: L2_NeMo_2_llama3_pytorch_profiler
4343
runner: self-hosted-azure
44-
is-optional: true
44+
timeout: 20
4545
- script: L2_NeMo_2_llama3_fault_tolerance_plugin
4646
runner: self-hosted-azure
4747
- script: L2_NeMo_2_llama3_straggler_detection

.github/workflows/cicd-main-speech.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ jobs:
188188
script: SPEECHLM_HF_Training_DuplexS2SSpeechDecoder
189189
- runner: self-hosted-azure
190190
script: SPEECHLM_HF_Training_SALM
191+
timeout: 20
191192
needs: [unit-tests]
192193
runs-on: ${{ matrix.runner }}
193194
name: ${{ matrix.is-optional && 'PLEASEFIXME_' || '' }}${{ matrix.script }}

0 commit comments

Comments
 (0)