Skip to content

Commit f5474e3

Browse files
committed
CI: increase timeout limit in array API job
[skip cirrus] [skip circle]
1 parent 178a113 commit f5474e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/array_api.yml

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

0 commit comments

Comments
 (0)