Skip to content

Commit 3aa6701

Browse files
Use 60 minute timeout
1 parent e29eade commit 3aa6701

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tail-call.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
windows:
2727
name: ${{ matrix.target }}
2828
runs-on: ${{ matrix.runner }}
29-
timeout-minutes: 90
29+
timeout-minutes: 60
3030
strategy:
3131
fail-fast: false
3232
matrix:
@@ -62,7 +62,7 @@ jobs:
6262
macos:
6363
name: ${{ matrix.target }}
6464
runs-on: ${{ matrix.runner }}
65-
timeout-minutes: 90
65+
timeout-minutes: 60
6666
strategy:
6767
fail-fast: false
6868
matrix:
@@ -96,7 +96,7 @@ jobs:
9696
linux:
9797
name: ${{ matrix.target }}
9898
runs-on: ${{ matrix.runner }}
99-
timeout-minutes: 90
99+
timeout-minutes: 60
100100
strategy:
101101
fail-fast: false
102102
matrix:

0 commit comments

Comments
 (0)