Skip to content

Commit dd0d428

Browse files
authored
chore: increase CI timeout for DI backends (#1047)
1 parent 1912e3d commit dd0d428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
name: ${{ matrix.version }} - DI Back (${{ matrix.group }})
7979
runs-on: ubuntu-latest
8080
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skipci') }}
81-
timeout-minutes: 120
81+
timeout-minutes: 180
8282
permissions:
8383
# needed to allow julia-actions/cache to proactively delete old caches that it has created
8484
actions: write

0 commit comments

Comments
 (0)