increase jenkins timeout

old-commit-hash: 3f57b7ee7688efd38b2ba3581495b2c250409020
This commit is contained in:
Adeeb Shihadeh
2020-07-03 20:34:31 -07:00
parent 0a9b8f2a32
commit 80024996e2
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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"
+1 -1
View File
@@ -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: