Increase python unittest timeout to 40 minutes.
Similar to cd02e47, the python stable bitrot unittests (particularly python26) have been getting close to the test timeout and occasionally go over. Increase the test timeout by 10 minutes for a timeout of 40 minutes. These jobs run daily from a timed trigger so should not increase the runtime for changes in the qate. Change-Id: Ide580777c0fb062ebce3aa066d5647062009a5bd Reviewed-on: https://review.openstack.org/31060 Reviewed-by: Alan Pevec <apevec@gmail.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
ff91e70e42
commit
2ec478c605
@ -1,6 +1,12 @@
|
||||
- job-template:
|
||||
name: 'periodic-{name}-python26-{branch-name}'
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 40
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
triggers:
|
||||
- timed: '0 6 * * *'
|
||||
|
||||
@ -33,6 +39,12 @@
|
||||
- job-template:
|
||||
name: 'periodic-{name}-python27-{branch-name}'
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 40
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
triggers:
|
||||
- timed: '0 6 * * *'
|
||||
|
||||
@ -65,6 +77,12 @@
|
||||
- job-template:
|
||||
name: 'periodic-{name}-docs-{branch-name}'
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 40
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
triggers:
|
||||
- timed: '0 6 * * *'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user