mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Jenkins hardware increase timeout 10 -> 20 minutes
This commit is contained in:
@@ -203,7 +203,7 @@ pipeline {
|
|||||||
} // script
|
} // script
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 600, unit: 'SECONDS')
|
timeout(time: 20, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -242,7 +242,7 @@ pipeline {
|
|||||||
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 600, unit: 'SECONDS')
|
timeout(time: 20, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -281,7 +281,7 @@ pipeline {
|
|||||||
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 600, unit: 'SECONDS')
|
timeout(time: 20, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -320,7 +320,7 @@ pipeline {
|
|||||||
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 600, unit: 'SECONDS')
|
timeout(time: 20, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -359,7 +359,7 @@ pipeline {
|
|||||||
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 600, unit: 'SECONDS')
|
timeout(time: 20, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -398,7 +398,7 @@ pipeline {
|
|||||||
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 600, unit: 'SECONDS')
|
timeout(time: 20, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -437,7 +437,7 @@ pipeline {
|
|||||||
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 600, unit: 'SECONDS')
|
timeout(time: 20, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -476,7 +476,7 @@ pipeline {
|
|||||||
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 600, unit: 'SECONDS')
|
timeout(time: 20, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -500,7 +500,7 @@ pipeline {
|
|||||||
} // script
|
} // script
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 600, unit: 'SECONDS')
|
timeout(time: 20, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -538,7 +538,7 @@ pipeline {
|
|||||||
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 600, unit: 'SECONDS')
|
timeout(time: 20, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user