Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Merge from default -> production
Browse files Browse the repository at this point in the history
$ hg merge -P -r default
changeset:   3070:7e3ded1a7b41
tag:         tip
parent:      3068:35a9469638df
user:        Chris Cooper <ccooper@deadsquid.com>
date:        Fri Mar 22 11:49:56 2013 -0400
summary:     Bug 780291 - Increase script timeout for fuzzing by 5 minutes - r=armenzg

--HG--
branch : production-0.8
  • Loading branch information
Callek committed Mar 22, 2013
2 parents 424072a + 029f46c commit f5910ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc.py
Expand Up @@ -2348,8 +2348,8 @@ def generateFuzzingObjects(config, SLAVES):
config['scripts_repo'],
'scripts/fuzzing/fuzzer.sh',
interpreter='bash',
script_timeout=1500,
script_maxtime=1800,
script_timeout=1800,
script_maxtime=2100,
reboot_command=['python',
'scripts/buildfarm/maintenance/count_and_reboot.py',
'-f', './reboot_count.txt',
Expand Down

0 comments on commit f5910ea

Please sign in to comment.