Skip to content

Commit a4f28f8

Browse files
authored
Merge pull request #4331 from maxujun/addtimesleep
2 parents 240dd95 + 8e0174e commit a4f28f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qemu/tests/virtio_serial_file_transfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def check_output(output):
141141
host_thread = utils_misc.InterruptedThread(process.getoutput, kwargs=kwargs)
142142
host_thread.daemon = True
143143
host_thread.start()
144-
time.sleep(1)
144+
time.sleep(3)
145145
g_output = session.cmd_output(guest_cmd, timeout=timeout)
146146
result = check_output(g_output)
147147
if result[0] is False:

0 commit comments

Comments
 (0)