Skip to content

Commit

Permalink
Updated timeout param
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Nov 22, 2024
1 parent 448a75b commit c7a0d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: nick-fields/[email protected]
with:
max_attempts: 5
timeout_minutes: 25
timeout_minutes: 45
shell: bash
command: docker exec -t pthd /bin/bash -xec 'bash tests/run_gpu_tests.sh 2'
new_command_on_retry: docker exec -e USE_LAST_FAILED=1 -t pthd /bin/bash -xec 'bash tests/run_gpu_tests.sh 2'
Expand Down

0 comments on commit c7a0d90

Please sign in to comment.