File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
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 :
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 :
You can’t perform that action at this time.
0 commit comments