Skip to content

Commit

Permalink
[antithesis] Double the duration of sanity checks (#3475)
Browse files Browse the repository at this point in the history
  • Loading branch information
marun authored Oct 16, 2024
1 parent 49d0a18 commit 3f202a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
run: ./scripts/build.sh -r
- name: Check that the avalanchego workload is sane
shell: bash
run: go run ./tests/antithesis/avalanchego --avalanchego-path=./build/avalanchego --duration=60s
run: go run ./tests/antithesis/avalanchego --avalanchego-path=./build/avalanchego --duration=120s
- name: Check image build for avalanchego test setup
shell: bash
run: bash -x scripts/tests.build_antithesis_images.sh
Expand All @@ -232,7 +232,7 @@ jobs:
run: ./scripts/build_xsvm.sh
- name: Check that the xsvm workload is sane
shell: bash
run: go run ./tests/antithesis/xsvm --avalanchego-path=./build/avalanchego --duration=60s
run: go run ./tests/antithesis/xsvm --avalanchego-path=./build/avalanchego --duration=120s
- name: Check image build for xsvm test setup
shell: bash
run: bash -x scripts/tests.build_antithesis_images.sh
Expand Down

0 comments on commit 3f202a5

Please sign in to comment.