Skip to content

Commit c5ff649

Browse files
authored
CI/TST: Call join on server process test (#45628)
1 parent 434faff commit c5ff649

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
@@ -218,6 +218,7 @@ def responder(request):
218218
)
219219
server_process.start()
220220
yield port
221+
server_process.join(10)
221222
server_process.terminate()
222223
kill_time = 5
223224
wait_time = 0

0 commit comments

Comments
 (0)