Increase the testenv-worker timeout
I underestimated how long the jenkins timeout would need to be. Change-Id: I3cc504563486da2a0b88865689459bf729bfbfa2
This commit is contained in:
parent
23513c9712
commit
71ead1949d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user