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:
parent
78cd41fb09
commit
808441b7ae
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user