Fixed bug in tests that leads to occassional timeouts on slow machines
fixes QubesOS/qubes-issues#5694
This commit is contained in:
parent
22bbba5cdf
commit
92465f71e7
@ -13,4 +13,5 @@ def init_qtapp():
|
||||
qtapp = QtWidgets.QApplication(sys.argv)
|
||||
loop = quamash.QEventLoop(qtapp)
|
||||
asyncio.set_event_loop(loop)
|
||||
qtapp.processEvents()
|
||||
return qtapp, loop
|
||||
|
Loading…
Reference in New Issue
Block a user