Skip to content

Commit 0675508

Browse files
committed
CI: relax GHA timeout
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 544d15d commit 0675508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
integration:
9191
name: Integration tests
9292
runs-on: macos-11
93-
timeout-minutes: 60
93+
timeout-minutes: 120
9494
strategy:
9595
matrix:
9696
# GHA macOS is slow and flaky, so we only test a few YAMLS here.
@@ -165,7 +165,7 @@ jobs:
165165
- name: Test
166166
uses: nick-invision/retry@v2
167167
with:
168-
timeout_minutes: 15
168+
timeout_minutes: 30
169169
retry_on: error
170170
max_attempts: 3
171171
command: ./hack/test-example.sh examples/${{ matrix.example }}

0 commit comments

Comments
 (0)