We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ccfe1 commit 3f9c22fCopy full SHA for 3f9c22f
1 file changed
.github/workflows/Test.yml
@@ -20,7 +20,7 @@ jobs:
20
name: ${{ matrix.version }} - DI Core (${{ matrix.group }})
21
runs-on: ubuntu-latest
22
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skipci') }}
23
- timeout-minutes: 120
+ timeout-minutes: 180
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