increase jenkins timeout

pull/1815/head
Adeeb Shihadeh 5 years ago
parent ff4f432f0f
commit 3f57b7ee76
  1. 3
      release/build_devel.sh
  2. 2
      selfdrive/test/phone_ci.py

@ -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:

Loading…
Cancel
Save