tests/tcg/i386: extend timeout for runcom test
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 18 Jun 2018 09:34:20 +0000 (10:34 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 19:22:34 +0000 (20:22 +0100)
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: Alex Bennée <alex.bennee@linaro.org>
tests/tcg/i386/Makefile.target

index 97b7c23cf118bd1d4a0e0e9cc4a9d2009bb6c29f..c1997a1624de764baddb4a04d3f53da242fc23e9 100644 (file)
@@ -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)")