Skip to content

Commit 76c0a1d

Browse files
Backport PR #45628: CI/TST: Call join on server process test (#45631)
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 7ec6c56 commit 76c0a1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_user_agent.py

+1
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ def responder(request):
217217
)
218218
server_process.start()
219219
yield port
220+
server_process.join(10)
220221
server_process.terminate()
221222
kill_time = 5
222223
wait_time = 0

0 commit comments

Comments
 (0)