This commit is contained in:
Florian Bruhin 2020-07-16 19:20:48 +02:00
parent 3ab959434c
commit 47bdf48d74
1 changed files with 2 additions and 1 deletions

View File

@ -709,7 +709,8 @@ class QuteProc(testprocess.Process):
except testprocess.WaitForTimeout:
# Sometimes IPC messages seem to get lost on Windows CI?
# Retry a second time as this shouldn't make tests fail.
ipc.send_to_running_instance(self._ipc_socket, commands, target_arg)
ipc.send_to_running_instance(self._ipc_socket, commands,
target_arg)
self._wait_for_ipc()
def start(self, *args, wait_focus=True,