Skip to content

Commit 4e23d32

Browse files
committed
Debugging more and more
1 parent b830b79 commit 4e23d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/python/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def server():
206206

207207
process = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
208208

209-
def wait_for_server(url, timeout=20):
209+
def wait_for_server(url, timeout=60):
210210
start = time.time()
211211
while time.time() - start < timeout:
212212
try:

0 commit comments

Comments
 (0)