mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Increase centos7-py2 kitchen pr timeout to 8 hours
The centos7-py2 tests have been consistently failing to finish before the timeout. I am increasing the timeout for these tests to 8 hours in order to see if we can finish a few of them. They should get much closer to finishing as the branch tests have been finishing at around the 6:30 or 7:00 mark sometimes.
This commit is contained in:
parent
7ec3840d25
commit
27c7ac94b7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
timeout(time: 6, unit: 'HOURS') {
|
||||
timeout(time: 8, unit: 'HOURS') {
|
||||
node('kitchen-slave') {
|
||||
timestamps {
|
||||
ansiColor('xterm') {
|
||||
|
|
Loading…
Add table
Reference in a new issue