mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
fix: wait longer for credential store
This commit is contained in:
parent
e4b2b16cb9
commit
0b3ac5e35e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user