Mercurial > lcfOS
comparison test/testemulation.py @ 339:6ee17c4dd6b8
Increase timeout
author | Windel Bouwman |
---|---|
date | Fri, 21 Feb 2014 13:35:07 +0100 |
parents | 8eb4a6fe8fc8 |
children | c7cc54c0dfdf |
comparison
equal
deleted
inserted
replaced
338:8eb4a6fe8fc8 | 339:6ee17c4dd6b8 |
---|---|
33 | 33 |
34 # Connect to the control socket: | 34 # Connect to the control socket: |
35 qemu_control = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) | 35 qemu_control = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) |
36 qemu_control.connect('qemucontrol.sock') | 36 qemu_control.connect('qemucontrol.sock') |
37 | 37 |
38 time.sleep(0.5) | 38 time.sleep(2.5) |
39 | 39 |
40 # Now connect to the serial output: | 40 # Now connect to the serial output: |
41 qemu_serial = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) | 41 qemu_serial = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) |
42 qemu_serial.connect('qemuserial.sock') | 42 qemu_serial.connect('qemuserial.sock') |
43 | 43 |