Skip to content

Commit c29fd32

Browse files
committed
ci/benches: increase timeout and use bigger machine
1 parent d961d79 commit c29fd32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,11 @@ jobs:
362362
run: sccache --stop-server || true
363363

364364
check-benchmarks:
365-
runs-on: [self-hosted, 8vcpu-16ram-ubuntu22-namada-x86]
365+
runs-on: [self-hosted, 16vcpu-32ram-ubuntu22-namada-x86]
366366
container:
367367
image: ghcr.io/heliaxdev/namada-ci:namada-main
368368
if: github.event.pull_request.draft == false || contains(github.head_ref, 'mergify/merge-queue') || contains(github.ref_name, 'mergify/merge-queue')
369-
timeout-minutes: 25
369+
timeout-minutes: 35
370370
needs: [build-wasm]
371371

372372
steps:

0 commit comments

Comments
 (0)