Change py3 windows timeout from 6 to 8 hours

This commit is contained in:
Daniel A. Wozniak 2019-04-28 18:35:03 +00:00 committed by Pedro Algarvio
parent b0aa28760c
commit fdf80fd87e
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -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') {