mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 05:22:07 +08:00
increase jenkins timeout
old-commit-hash: 3f57b7ee7688efd38b2ba3581495b2c250409020
This commit is contained in:
@@ -95,7 +95,8 @@ popd
|
||||
|
||||
if [ ! -z "$CI_PUSH" ]; then
|
||||
echo "[-] Pushing to $CI_PUSH T=$SECONDS"
|
||||
git push -f git@github.com:commaai/openpilot.git master-ci:$CI_PUSH
|
||||
git remote set-url origin git@github.com:commaai/openpilot.git
|
||||
git push -f origin master-ci:$CI_PUSH
|
||||
fi
|
||||
|
||||
echo "[-] done pushing T=$SECONDS"
|
||||
|
||||
@@ -69,7 +69,7 @@ def run_on_phone(test_cmd):
|
||||
conn.send("exit\n")
|
||||
|
||||
dat = b""
|
||||
conn.settimeout(120)
|
||||
conn.settimeout(150)
|
||||
|
||||
while True:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user