Skip to content

Commit e70eebd

Browse files
authored
Reduce fuzz time to 25 minutes (#1755)
Should prevent timeout on Travis.
1 parent 0ea0244 commit e70eebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/fuzzing_ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# from the project root directory. The script is intended to execute on travis
2121
# cron jobs, but can run locally (on a macOS) from the project root.
2222

23-
# Total time allowed for fuzzing in seconds (40 minutes for now).
24-
readonly ALLOWED_TIME=2400
23+
# Total time allowed for fuzzing in seconds (25 minutes for now).
24+
readonly ALLOWED_TIME=1500
2525

2626
# An invalid target that is used to retrieve the list of available targets in
2727
# the returned error message.

0 commit comments

Comments
 (0)