Skip to content

Commit 161a5b8

Browse files
committed
test: ensure timeouts when starting test server
Make sure tests will time out when servers fail to start.
1 parent 676ff8b commit 161a5b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appmap/test/web_framework.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ def wait_until_port_is(address, port, desired_state):
339339
break
340340
else:
341341
time.sleep(sleep_time)
342+
count += 1
342343

343344

344345
class TestRecordRequests:

0 commit comments

Comments
 (0)