# HG changeset patch # User Windel Bouwman # Date 1392986107 -3600 # Node ID 6ee17c4dd6b8eff2c3c690bf213e46cf9cd45ea7 # Parent 8eb4a6fe8fc8b053caa88d69d3f965e131caa068 Increase timeout diff -r 8eb4a6fe8fc8 -r 6ee17c4dd6b8 test/testemulation.py --- 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)