Skip to content

Commit

Permalink
CI/TST: Call join on server process test (#45628)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke authored Jan 26, 2022
1 parent 434faff commit c5ff649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/io/test_user_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def responder(request):
)
server_process.start()
yield port
server_process.join(10)
server_process.terminate()
kill_time = 5
wait_time = 0
Expand Down

0 comments on commit c5ff649

Please sign in to comment.