increase Jenkins timeout

old-commit-hash: 5bfe51aeb19d7123870d70af14aff77718166dd1
This commit is contained in:
Willem Melching
2021-05-18 15:38:23 +02:00
parent 76f087e3d6
commit 70a7e48fcb
Vendored
+1 -1
View File
@@ -52,7 +52,7 @@ pipeline {
TEST_DIR = "/data/openpilot"
}
options {
timeout(time: 1, unit: 'HOURS')
timeout(time: 2, unit: 'HOURS')
}
stages {