Skip to content

Commit 93351d5

Browse files
committed
ci: increase timeout a bit
Lately I have noticed more CI jobs being slower than usual, so let's increase a bit the timeout. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent a44402f commit 93351d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
ci:
99
runs-on: ubuntu-20.04
1010
container: ghcr.io/rust-for-linux/ci:Rust-1.62.0
11-
timeout-minutes: 20
11+
timeout-minutes: 25
1212

1313
strategy:
1414
matrix:

0 commit comments

Comments
 (0)