chore: update our required node version (#2204)

* feat: fix broken queue bench

* chore: update our required node version
This commit is contained in:
Daniel Salazar
2025-12-19 19:24:05 -08:00
committed by GitHub
parent 2c60faf516
commit f360cf17e6
8 changed files with 11 additions and 15 deletions
+1 -1
View File
@@ -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