Skip to content

Commit

Permalink
Increase pytest connect timeout to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueCZ authored and vlorinc committed May 24, 2024
1 parent 2fb0861 commit a3f3be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/grpc_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def port_open():

@staticmethod
def wait_for_port():
for i in range(50):
for i in range(100):
if GrpcClient.port_open():
return
time.sleep(0.1)
Expand Down

0 comments on commit a3f3be6

Please sign in to comment.