Skip to content

Commit 998b96f

Browse files
committed
expand timer limits on actions
1 parent 4077865 commit 998b96f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
test:
1919
runs-on: ubuntu-latest
20-
timeout-minutes: 30
20+
timeout-minutes: 40
2121
steps:
2222
- uses: actions/checkout@v4
2323

@@ -39,8 +39,8 @@ jobs:
3939
with:
4040
max_attempts: 3
4141
retry_on: any
42-
timeout_minutes: 5
43-
retry_wait_seconds: 20
42+
timeout_minutes: 10
43+
retry_wait_seconds: 30
4444
command: npm run test:e2e
4545
env:
4646
BUCKET_ENV_BACKBLAZE: ${{ secrets.BUCKET_ENV_BACKBLAZE }}

0 commit comments

Comments
 (0)