Skip to content

Commit

Permalink
Fix deadlock in test_logging
Browse files Browse the repository at this point in the history
  • Loading branch information
k4nar committed Jun 12, 2016
1 parent 493693f commit c43f00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circus/tests/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def run_circusd(options=(), config=(), log_capture_path="log.txt",
time.sleep(0.01)
finally:
child.terminate()
child.wait()
child.communicate()

log_file_path = os.path.join(temp_dir, log_capture_path)

Expand Down

0 comments on commit c43f00a

Please sign in to comment.