fix: wait longer for credential store

This commit is contained in:
Roman 2024-05-06 21:59:36 +08:00
parent e4b2b16cb9
commit 0b3ac5e35e
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -31,7 +31,7 @@ def sanitize_docker_flags(input_flags):
return output_flags
@retry(stop=stop_after_delay(120), wait=wait_fixed(0.5), reraise=True)
@retry(stop=stop_after_delay(180), wait=wait_fixed(0.5), reraise=True)
def rln_credential_store_ready(creds_file_path):
if os.path.exists(creds_file_path):
return True