Skip to content

Commit e64c03e

Browse files
fixes
1 parent d1e5d4b commit e64c03e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/medusa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ jobs:
8787
contract: C
8888
config: filter.yaml
8989
outcome: failure
90-
expected: 'echidna_state4()\" failed after the following call sequence'
90+
expected: 'echidna_state4()\" resulted in an assertion failure after the following call sequence'
9191
- name: Assert
9292
workdir: program-analysis/echidna/example/
9393
files: assert.sol
9494
config: assert.yaml
9595
contract: Incrementor
9696
outcome: failure
97-
expected: 'inc(uint256)\" failed after the following call sequence'
97+
expected: 'inc(uint256)\" resulted in an assertion failure after the following call sequence'
9898
- name: PopsicleBroken
9999
workdir: program-analysis/echidna/example/
100100
files: PopsicleBroken.sol
@@ -171,7 +171,7 @@ jobs:
171171
run: |
172172
solc-select install ${{ matrix.solc-version || '0.8.0' }}
173173
solc-select use ${{ matrix.solc-version || '0.8.0' }}
174-
medusa fuzz --compilation-target ${{ matrix.files }} --target-contracts ${{ matrix.contract }} --no-color --test-limit 10000 --config medusa.json > ${{ matrix.files }}.out || true
174+
medusa fuzz --compilation-target ${{ matrix.files }} --target-contracts ${{ matrix.contract }} --no-color --test-limit 30000 --config medusa.json > ${{ matrix.files }}.out || true
175175
176176
- name: Verify that the output is correct
177177
working-directory: ${{ matrix.workdir }}

0 commit comments

Comments
 (0)