Skip to content

Commit

Permalink
Increase minio startup time
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Dec 8, 2023
1 parent 4f7b0d5 commit 7cb3ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def minio_container():
)

# Wait for startup
sleep(1)
sleep(5)

mpatch = pytest.MonkeyPatch()

Expand Down

0 comments on commit 7cb3ca4

Please sign in to comment.