The timeout at the matrix level includes provisioning time. When the
CI services are busy, these jobs will timeout before the allocation of
a node for some architectures.
Change-Id: Ifd9c84cf25ace55cf50308467cfc5ee1a97e99b6
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
label platform
}
- options {
- timeout(time: 10, unit: 'MINUTES')
- }
-
environment {
CXX = "${ -> get_cxx(CC) }"
}
stage('Test') {
options {
- timeout(time: 30, unit: 'MINUTES')
+ timeout(time: 10, unit: 'MINUTES')
}
environment {