We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469d704 commit 8ec95abCopy full SHA for 8ec95ab
1 file changed
.github/workflows/Test.yml
@@ -20,7 +20,7 @@ jobs:
20
name: ${{ matrix.version }} - DI (${{ matrix.group }})
21
runs-on: ubuntu-latest
22
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skipci') }}
23
- timeout-minutes: 60
+ timeout-minutes: 120
24
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
25
actions: write
26
contents: read
0 commit comments