We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 240dd95 + 8e0174e commit a4f28f8Copy full SHA for a4f28f8
qemu/tests/virtio_serial_file_transfer.py
@@ -141,7 +141,7 @@ def check_output(output):
141
host_thread = utils_misc.InterruptedThread(process.getoutput, kwargs=kwargs)
142
host_thread.daemon = True
143
host_thread.start()
144
- time.sleep(1)
+ time.sleep(3)
145
g_output = session.cmd_output(guest_cmd, timeout=timeout)
146
result = check_output(g_output)
147
if result[0] is False:
0 commit comments