Jenkins HIL increase boot timeout for stackcheck build

- px4_fmu-v5_stackcheck remove extra drivers (to try and get the system
usuable)
This commit is contained in:
Daniel Agar
2019-06-15 16:13:05 -04:00
parent e6799e90ad
commit 5f20d3cf3b
3 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ def monitor_firmware_upload(port, baudrate):
finished = 0
timeout = 60 # 60 seconds
timeout = 300 # 5 minutes
timeout_start = time.time()
timeout_newline = time.time()