increase jenkins timeout

old-commit-hash: 3f57b7ee76
commatwo_master
Adeeb Shihadeh 5 years ago
parent 0a9b8f2a32
commit 80024996e2
  1. 3
      release/build_devel.sh
  2. 2
      selfdrive/test/phone_ci.py

@ -95,7 +95,8 @@ popd
if [ ! -z "$CI_PUSH" ]; then if [ ! -z "$CI_PUSH" ]; then
echo "[-] Pushing to $CI_PUSH T=$SECONDS" 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 fi
echo "[-] done pushing T=$SECONDS" echo "[-] done pushing T=$SECONDS"

@ -69,7 +69,7 @@ def run_on_phone(test_cmd):
conn.send("exit\n") conn.send("exit\n")
dat = b"" dat = b""
conn.settimeout(120) conn.settimeout(150)
while True: while True:
try: try:

Loading…
Cancel
Save