Skip to content

Commit

Permalink
Jenkins hardware increase timeout 10 -> 20 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Jul 10, 2019
1 parent aa86bf5 commit 7ace66a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .ci/Jenkinsfile-hardware
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ pipeline {
} // script
}
options {
timeout(time: 600, unit: 'SECONDS')
timeout(time: 20, unit: 'MINUTES')
}
}

Expand Down Expand Up @@ -242,7 +242,7 @@ pipeline {
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
}
options {
timeout(time: 600, unit: 'SECONDS')
timeout(time: 20, unit: 'MINUTES')
}
}

Expand Down Expand Up @@ -281,7 +281,7 @@ pipeline {
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
}
options {
timeout(time: 600, unit: 'SECONDS')
timeout(time: 20, unit: 'MINUTES')
}
}

Expand Down Expand Up @@ -320,7 +320,7 @@ pipeline {
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
}
options {
timeout(time: 600, unit: 'SECONDS')
timeout(time: 20, unit: 'MINUTES')
}
}

Expand Down Expand Up @@ -359,7 +359,7 @@ pipeline {
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
}
options {
timeout(time: 600, unit: 'SECONDS')
timeout(time: 20, unit: 'MINUTES')
}
}

Expand Down Expand Up @@ -398,7 +398,7 @@ pipeline {
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
}
options {
timeout(time: 600, unit: 'SECONDS')
timeout(time: 20, unit: 'MINUTES')
}
}

Expand Down Expand Up @@ -437,7 +437,7 @@ pipeline {
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
}
options {
timeout(time: 600, unit: 'SECONDS')
timeout(time: 20, unit: 'MINUTES')
}
}

Expand Down Expand Up @@ -476,7 +476,7 @@ pipeline {
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
}
options {
timeout(time: 600, unit: 'SECONDS')
timeout(time: 20, unit: 'MINUTES')
}
}

Expand All @@ -500,7 +500,7 @@ pipeline {
} // script
}
options {
timeout(time: 600, unit: 'SECONDS')
timeout(time: 20, unit: 'MINUTES')
}
}

Expand Down Expand Up @@ -538,7 +538,7 @@ pipeline {
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
}
options {
timeout(time: 600, unit: 'SECONDS')
timeout(time: 20, unit: 'MINUTES')
}
}

Expand Down

0 comments on commit 7ace66a

Please sign in to comment.