Skip to content

Commit 08db7f6

Browse files
ci: increase the build timeout
The CI sometimes fails after the 10 minutes timeout.
1 parent c1713d1 commit 08db7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
4343
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
4444
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
45-
timeout-minutes: 10
45+
timeout-minutes: 20

0 commit comments

Comments
 (0)