Skip to content

Commit b719aaf

Browse files
authored
Increase some CI timeouts (#1003)
1 parent 59a8c00 commit b719aaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
jobs:
1919
test-nightly:
20-
timeout-minutes: 90
20+
timeout-minutes: 150
2121
runs-on: ${{ matrix.github-runner }}
2222
strategy:
2323
max-parallel: 5 # leave space for other runs in the JuliaLang org, given these tests are long

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- run: exit 0
4141
test:
42-
timeout-minutes: 90
42+
timeout-minutes: 150
4343
runs-on: ${{ matrix.github-runner }}
4444
strategy:
4545
max-parallel: 20 # leave space for other runs in the JuliaLang org, given these tests are long

0 commit comments

Comments
 (0)