Skip to content

Commit 30fe555

Browse files
authored
Increase the omni-bencher CI checks timeout (#10594)
I have seen this now failing multiple times because of this timeout :)
1 parent 19307dd commit 30fe555

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-frame-omni-bencher.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
WASM_BUILD_NO_COLOR: 1
3333
WASM_BUILD_RUSTFLAGS: "-C debug-assertions"
3434
RUST_LOG: "frame_omni_bencher=info,polkadot_sdk_frame=info"
35-
timeout-minutes: 30
35+
timeout-minutes: 60
3636
container:
3737
image: ${{ needs.preflight.outputs.IMAGE }}
3838
steps:
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
needs: [preflight]
5656
if: ${{ needs.preflight.outputs.changes_rust }}
57-
timeout-minutes: 30
57+
timeout-minutes: 60
5858
outputs:
5959
runtime: ${{ steps.runtime.outputs.runtime }}
6060
container:
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ${{ needs.preflight.outputs.RUNNER_BENCHMARK }}
7575
needs: [preflight, runtime-matrix]
7676
if: ${{ needs.preflight.outputs.changes_rust }}
77-
timeout-minutes: 30
77+
timeout-minutes: 60
7878
strategy:
7979
fail-fast: false # keep running other workflows even if one fails, to see the logs of all possible failures
8080
matrix:

0 commit comments

Comments
 (0)