Skip to content

Commit

Permalink
Increase time waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
hweawer committed Oct 11, 2024
1 parent 67cce81 commit 91e37ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fork.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __enter__(self):
],
)
# Wait until server is ready
time.sleep(5)
time.sleep(10)
return self.process

def __exit__(self, exc_type, exc_val, exc_tb):
Expand Down

0 comments on commit 91e37ae

Please # to comment.