Skip to content

Commit 06da7db

Browse files
committed
ci: increase timeout
1 parent 01d9d1b commit 06da7db

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
@@ -310,10 +310,10 @@ jobs:
310310
run: sccache --stop-server || true
311311

312312
test-integration:
313-
runs-on: [self-hosted, 8vcpu-16ram-ubuntu22-namada-x86]
313+
runs-on: [self-hosted, 16vcpu-32ram-ubuntu22-namada-x86]
314314
container:
315315
image: ghcr.io/heliaxdev/namada-ci:namada-v2.3.0
316-
# timeout-minutes: 60
316+
timeout-minutes: 120
317317
needs: [build-wasm]
318318

319319
steps:

0 commit comments

Comments
 (0)