Skip to content

Commit 7f64475

Browse files
authored
Merge pull request #512 from fuzzland/fix-offchain-test
fix: CI offchain test
2 parents f09ab28 + 1b82ac1 commit 7f64475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_one(path):
5656
start_time = time.time()
5757
cmd = [
5858
TIMEOUT_BIN,
59-
"10s",
59+
"30s",
6060
"./target/release/ityfuzz",
6161
"evm",
6262
"-t",

0 commit comments

Comments
 (0)