Longer timeout for slow tests (#12779)

This commit is contained in:
Lysandre Debut 2021-07-19 10:55:40 +02:00 committed by GitHub
parent cab3b86892
commit 546dc24e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: