Skip to content

Commit

Permalink
increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
kgartland-rstudio committed Oct 25, 2024
1 parent 330d264 commit 7206a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup/connect_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def connect_ready(box_name, max_attempts, interval):
check_lock = "fuzzbucket-client ssh " + box_name + " " + ssh_options + " sudo ./check_lock.sh"
install_connect = "fuzzbucket-client ssh " + box_name + " " + ssh_options + " sudo -E UNATTENDED=1 bash installer-ci.sh -d " + connect_version

response = connect_ready(box_name, 20, 5)
response = connect_ready(box_name, 30, 10)

if response:
print("http://" + get_ip(box_name) + ":3939")
Expand Down

0 comments on commit 7206a3a

Please sign in to comment.