Skip to content

Commit f7880e4

Browse files
committed
Adjust timeouts
Signed-off-by: Pratikkumar Prajapati <pprajapati@tenstorrent.com>
1 parent a4d7f5e commit f7880e4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/galaxy-deepseek-tests-long-impl.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "[internal] Galaxy DeepSeek long tests impl"
1+
name: "Galaxy DeepSeek long seq len tests"
22

33
on:
44
workflow_call:
@@ -62,11 +62,12 @@ jobs:
6262
build-artifact-name: ${{ inputs.build-artifact-name }}
6363
wheel-artifact-name: ${{ inputs.wheel-artifact-name }}
6464
- name: Run DeepSeek long seq len module tests
65-
timeout-minutes: 240
65+
timeout-minutes: 360
6666
run: |
6767
uv pip install -r models/demos/deepseek_v3/reference/deepseek/requirements.txt
68-
DEEPSEEK_MAX_SEQ_LEN=32768 pytest models/demos/deepseek_v3/tests/test_mla.py models/demos/deepseek_v3/tests/test_decoder_block.py --timeout 600 --durations=0
69-
DEEPSEEK_MAX_SEQ_LEN=4096 pytest models/demos/deepseek_v3/tests/test_model.py --timeout 600 --durations=0
68+
DEEPSEEK_MAX_SEQ_LEN=32768 pytest models/demos/deepseek_v3/tests/test_mla.py --timeout 3600 --durations=0
69+
DEEPSEEK_MAX_SEQ_LEN=32768 pytest models/demos/deepseek_v3/tests/test_decoder_block.py --timeout 7200 --durations=0
70+
DEEPSEEK_MAX_SEQ_LEN=4096 pytest models/demos/deepseek_v3/tests/test_model.py --timeout 10800 --durations=0
7071
- uses: tenstorrent/tt-metal/.github/actions/slack-report@main
7172
if: ${{ failure() }}
7273
with:

0 commit comments

Comments
 (0)