run/depot_autopilot: raise initial timeout to 40s

At least sel4 on qemu/x86_32 on autopilot needs more time.
This commit is contained in:
Martin Stein 2018-12-04 11:27:39 +01:00 committed by Norman Feske
parent 6a8a5d2167
commit abe80a4bfe

View File

@ -572,7 +572,7 @@ proc prepare_to_run_genode { } {
set last_test_pkg ""
set last_test_timed_out 0
set serial_id -1
set timeout 20
set timeout 40
append qemu_args "-nographic -serial mon:stdio "
}