mirror of https://github.com/commaai/panda.git
bump timeout for full HITL tests
This commit is contained in:
parent
b3e9292922
commit
2e0cba00c2
|
@ -52,7 +52,7 @@ pipeline {
|
|||
stage('HITL tests') {
|
||||
steps {
|
||||
script {
|
||||
docker_run("HITL tests", 20, 'PANDAS_JUNGLE=23002d000851393038373731 PANDAS_EXCLUDE="1d0002000c51303136383232 2f002e000c51303136383232" ./tests/hitl/test.sh')
|
||||
docker_run("HITL tests", 35, 'PANDAS_JUNGLE=23002d000851393038373731 PANDAS_EXCLUDE="1d0002000c51303136383232 2f002e000c51303136383232" ./tests/hitl/test.sh')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue