Increase timeout for py26/27 unit tests

The current trunk of neutron already runs
very close to the time limit so now jobs
fail due to timeout sporadically. This increases
the limit by 10 minutes to mitigate the problem
until the unit tests can be deduplicated.

Change-Id: I86f088035819ec454c418ac3f9a9478a255156b1
Closes-Bug: #1294715
This commit is contained in:
Kevin Benton 2014-03-20 00:51:46 -07:00
parent 78cd41fb09
commit 808441b7ae

View File

@ -55,7 +55,7 @@
wrappers:
- timeout:
timeout: 60
timeout: 70
fail: true
- timestamps
@ -77,7 +77,7 @@
wrappers:
- timeout:
timeout: 40
timeout: 50
fail: true
- timestamps