Skip to content

Commit

Permalink
Increase time
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Jul 31, 2023
1 parent ede1b03 commit c09cd8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def fastapi_server_redis_1(minio_server):
],
env=test_env,
) as proc:
timeout = 20
timeout = 40
while timeout > 0:
try:
response = requests.get(
Expand Down Expand Up @@ -207,7 +207,7 @@ def fastapi_server_redis_2(minio_server, fastapi_server):
],
env=test_env,
) as proc:
timeout = 20
timeout = 40
while timeout > 0:
try:
response = requests.get(
Expand Down

0 comments on commit c09cd8e

Please sign in to comment.