Skip to content

Commit 826457e

Browse files
committed
Increase the job timeout to 7 minutes
1 parent 1312f0d commit 826457e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
&& true
6565
|| false
6666
}}
67-
timeout-minutes: 6 # NOTE: default is 360 (6h)
67+
timeout-minutes: 7 # NOTE: default is 360 (6h)
6868

6969
env:
7070
PYTEST_ADDOPTS: >-

0 commit comments

Comments
 (0)