Skip to content

Commit a6311e8

Browse files
committed
a bit more patient
1 parent eb4ee72 commit a6311e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/py_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282
fi
8383
fi
8484
85-
- name: '🚧 Fuzz 8-byte cmplog for 60 seconds'
85+
- name: '🚧 Fuzz 8-byte cmplog for 120 seconds'
8686
run: |
87-
source venv/bin/activate && ./AFLplusplus/afl-fuzz -i ./input -o ./output-8 -b 1 -g 8 -G 8 -V 60 -c 0 -U -- python3 examples/sample.py @@ true
87+
source venv/bin/activate && ./AFLplusplus/afl-fuzz -i ./input -o ./output-8 -b 1 -g 8 -G 8 -V 120 -c 0 -U -- python3 examples/sample.py @@ true
8888
env:
8989
AFL_BENCH_UNTIL_CRASH: 1
9090
AFL_NO_CRASH_README: 1

0 commit comments

Comments
 (0)