Skip to content

Commit 47f4962

Browse files
author
Jonas Schievink
committed
ci: bump timeout to 30 minutes
The builders are too unpredictable to always finish within 10 minutes
1 parent d7264bd commit 47f4962

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
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11-
timeout-minutes: 10
11+
timeout-minutes: 30
1212
continue-on-error: ${{ matrix.rust_version == 'nightly' }}
1313

1414
steps:

0 commit comments

Comments
 (0)