Skip to content

Commit ff7469b

Browse files
committed
CI: increase timeout limit in array API job
[skip cirrus] [skip circle]
1 parent 566e8ec commit ff7469b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/array_api.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,4 @@ jobs:
116116
run: |
117117
export OMP_NUM_THREADS=2
118118
# expand as more modules are supported by adding to `XP_TESTS` above
119-
python dev.py --no-build test -b all $XP_TESTS -- --durations 3 --timeout=60
120-
119+
python dev.py --no-build test -b all $XP_TESTS -- --durations 3 --timeout=300

0 commit comments

Comments
 (0)