Commit ab932561 authored by Alex Bennée's avatar Alex Bennée
Browse files

tests/tcg/i386: extend timeout for runcom test



The Travis hardware can be a little slow and the runcom test is fairly
heavy in calculating pi. Lets double the timeout so we don't trip up
during CI by mistake.

Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
parent 83749e64
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ test-i386: test-i386.c test-i386-code16.S test-i386-vm86.S test-i386.h test-i386
	   $(<D)/test-i386.c $(<D)/test-i386-code16.S $(<D)/test-i386-vm86.S -lm

# Specialist test runners
run-runcom: TIMEOUT=30
run-runcom: runcom pi_10.com
	$(call run-test,$<,$(QEMU) ./runcom $(I386_SRC)/pi_10.com,"$< on $(TARGET_NAME)")