Skip to content

Commit

Permalink
increase wait for server to start
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincinator committed Aug 14, 2024
1 parent c90596c commit 6c7ee85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_push_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
def setup_test_environment():
print("Spawning zot registry")
zot_process = spawn_background_process(f"zot serve {ZOT_CONFIG_FILE}")
time.sleep(3)
time.sleep(5)

yield zot_process

Expand Down

0 comments on commit 6c7ee85

Please sign in to comment.