Skip to content

Commit

Permalink
test(taiko-client): increase hive-test timeout limitiation (#18164)
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp authored Sep 23, 2024
1 parent 7e27d1d commit e1420ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/taiko-client--hive_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'option.hive-test')
name: hive tests
runs-on: [arc-runner-set]
timeout-minutes: 30
timeout-minutes: 40

steps:
- name: Cancel Previous Runs
Expand All @@ -39,4 +39,4 @@ jobs:
working-directory: packages/taiko-client
run: |
export HIVE_DIR=/tmp/hive
go test -v -p=1 ./integration_test -timeout=1200s
go test -v -p=1 ./integration_test -timeout=2400s

0 comments on commit e1420ed

Please sign in to comment.