svn commit: r306338 - head/usr.bin/calendar/tests

Ruslan Bukin br at FreeBSD.org
Mon Sep 26 13:59:19 UTC 2016


Author: br
Date: Mon Sep 26 13:59:18 2016
New Revision: 306338
URL: https://svnweb.freebsd.org/changeset/base/306338

Log:
  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

Modified:
  head/usr.bin/calendar/tests/Makefile

Modified: head/usr.bin/calendar/tests/Makefile
==============================================================================
--- head/usr.bin/calendar/tests/Makefile	Mon Sep 26 10:13:58 2016	(r306337)
+++ head/usr.bin/calendar/tests/Makefile	Mon Sep 26 13:59:18 2016	(r306338)
@@ -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


More information about the svn-src-head mailing list