Stabilize test_guiprocess
This commit is contained in:
parent
43155b0cc8
commit
004eb742f6
@ -41,6 +41,7 @@ def proc(qtbot, caplog):
|
||||
p._proc.terminate()
|
||||
if not blocker.signal_triggered:
|
||||
p._proc.kill()
|
||||
p._proc.waitForFinished()
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
|
Loading…
Reference in New Issue
Block a user