mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 09:33:50 +01:00
Currently `boards/qemu-i386/dist/term.py` expects QEMU to connect in less than 5 seconds, which is plenty on any user machine. Travis CI, which we use without paying a cent, sometimes fails to start QEMU in this is timeframe, though. This PR increases the timeout to one minute.