Skip to content

Commit

Permalink
Merge pull request #441 from canonical/extend-timeout-oemscript
Browse files Browse the repository at this point in the history
update: Increase the timeout to 5400 seconds.
  • Loading branch information
nancyc12 authored Jan 10, 2025
2 parents 5fa7ab7 + ec07f0d commit 4db044d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def check_device_booted(self):
logger.info("Checking to see if the device is available.")
started = time.time()
# Wait for provisioning to complete - can take a very long time
while time.time() - started < 3600:
while time.time() - started < 5400:
try:
time.sleep(90)
self.copy_ssh_id()
Expand Down

0 comments on commit 4db044d

Please sign in to comment.