diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-03 19:29:20 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-03 19:29:20 -0700 |
commit | 688b0243e0c6e0a3f0171d7da388c2cfaefddfc0 (patch) | |
tree | fc798b76f6e6c6192c9a4acf167573a5335d2963 /templates | |
parent | c6ab620c008d206675644d4c7c97407d996bea69 (diff) |
Revert "x"
This reverts commit 029fbbde638b56d783bed2d41563983075521610.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tools/fuzzer/runners.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/fuzzer/runners.template b/templates/tools/fuzzer/runners.template index 756582cfd8..aa81a6545d 100644 --- a/templates/tools/fuzzer/runners.template +++ b/templates/tools/fuzzer/runners.template @@ -35,7 +35,7 @@ template: | # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # - flags="-max_total_time=90" + flags="-max_total_time=3600 -jobs=3 -workers=3" if [ "$config" == "asan-trace-cmp" ] then flags="-use_traces=1 $flags" |