changeset 339:6ee17c4dd6b8

Increase timeout
author Windel Bouwman
date Fri, 21 Feb 2014 13:35:07 +0100
parents 8eb4a6fe8fc8
children c7cc54c0dfdf 1378c4b027a0
files test/testemulation.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/testemulation.py	Fri Feb 21 13:31:29 2014 +0100
+++ b/test/testemulation.py	Fri Feb 21 13:35:07 2014 +0100
@@ -35,7 +35,7 @@
         qemu_control = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
         qemu_control.connect('qemucontrol.sock')
 
-        time.sleep(0.5)
+        time.sleep(2.5)
 
         # Now connect to the serial output:
         qemu_serial = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)