mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Change py3 windows timeout from 6 to 8 hours
This commit is contained in:
parent
b0aa28760c
commit
fdf80fd87e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ properties([
|
|||
booleanParam(defaultValue: false, description: 'Run full test suite', name: 'runFull')
|
||||
])
|
||||
])
|
||||
timeout(time: 6, unit: 'HOURS') {
|
||||
timeout(time: 8, unit: 'HOURS') {
|
||||
node('kitchen-slave') {
|
||||
timestamps {
|
||||
ansiColor('xterm') {
|
||||
|
|
Loading…
Add table
Reference in a new issue