Skip to content

Commit

Permalink
Longer timeout for slow tests (#12779)
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik authored Jul 19, 2021
1 parent cab3b86 commit 546dc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
RUN_SLOW: yes
OMP_NUM_THREADS: 16
MKL_NUM_THREADS: 16
PYTEST_TIMEOUT: 300
PYTEST_TIMEOUT: 600

jobs:
run_all_tests_torch_gpu:
Expand Down

0 comments on commit 546dc24

Please sign in to comment.