From 60e5fa86df18c1ee5e48b8570e1496f346e86054 Mon Sep 17 00:00:00 2001 From: Ruslan Bukin Date: Mon, 26 Sep 2016 13:59:18 +0000 Subject: [PATCH] Increase timeout for legacy_test from 300 (default) to 600 seconds. It takes about 7 minutes to pass the test on MIPS64EB in QEMU. Sponsored by: DARPA, AFRL Sponsored by: HEIF5 --- usr.bin/calendar/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/calendar/tests/Makefile b/usr.bin/calendar/tests/Makefile index 4491e22aeb03..c92b0e692746 100644 --- a/usr.bin/calendar/tests/Makefile +++ b/usr.bin/calendar/tests/Makefile @@ -4,6 +4,8 @@ PACKAGE= tests TAP_TESTS_SH= legacy_test +TEST_METADATA.legacy_test+= timeout="600" + ${PACKAGE}FILES+= calendar.calibrate ${PACKAGE}FILES+= regress.a1.out ${PACKAGE}FILES+= regress.a2.out