mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-23 05:36:12 +00:00
chore: update our required node version (#2204)
* feat: fix broken queue bench * chore: update our required node version
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ def get_admin_password() -> str:
|
||||
"""
|
||||
Get the admin password from the backend server, throw an error if not found.
|
||||
"""
|
||||
for attempt in range(60): # wait up to 60 seconds (1 minute)
|
||||
for attempt in range(90): # wait up to 60 seconds (1 minute)
|
||||
time.sleep(1)
|
||||
|
||||
# read the log file
|
||||
|
||||
Reference in New Issue
Block a user