Skip to content

Commit

Permalink
Merge pull request #2411 from posit-dev/kg-increase-retries
Browse files Browse the repository at this point in the history
Increase Fuzzbucket retries
  • Loading branch information
kgartland-rstudio authored Oct 25, 2024
2 parents 330d264 + 7206a3a commit 0fabcbe
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 0fabcbe

Please sign in to comment.