We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a8c00 commit b719aafCopy full SHA for b719aaf
.github/workflows/ci.nightly.yml
@@ -17,7 +17,7 @@ concurrency:
17
18
jobs:
19
test-nightly:
20
- timeout-minutes: 90
+ timeout-minutes: 150
21
runs-on: ${{ matrix.github-runner }}
22
strategy:
23
max-parallel: 5 # leave space for other runs in the JuliaLang org, given these tests are long
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
steps:
40
- run: exit 0
41
test:
42
43
44
45
max-parallel: 20 # leave space for other runs in the JuliaLang org, given these tests are long
0 commit comments