Increase the testenv-worker timeout

I underestimated how long the jenkins timeout would need to be.

Change-Id: I3cc504563486da2a0b88865689459bf729bfbfa2
This commit is contained in:
Derek Higgins 2014-02-21 12:57:18 +00:00 committed by Robert Collins
parent 23513c9712
commit 71ead1949d

View File

@ -131,7 +131,7 @@ def main(args=sys.argv[1:]):
)
parser.add_argument('datafile',
help='Path to the data to provided to the client')
parser.add_argument('--timeout', '-t', type=int, default=7200,
parser.add_argument('--timeout', '-t', type=int, default=10800,
help='The maximum number of seconds to hold the '
'testenv for.')
parser.add_argument('--tenum', '-n', default=uuid.uuid4().hex,