svn commit: r306353 - head/lib/libarchive/tests

Ruslan Bukin br at FreeBSD.org
Mon Sep 26 20:13:34 UTC 2016


Author: br
Date: Mon Sep 26 20:13:33 2016
New Revision: 306353
URL: https://svnweb.freebsd.org/changeset/base/306353

Log:
  Increase timeout from 300 (default) to 600 seconds.
  It takes 6-7 minutes to proceed the test on MIPS64EB.
  
  Sponsored by:	DARPA, AFRL
  Sponsored by:	HEIF5

Modified:
  head/lib/libarchive/tests/Makefile

Modified: head/lib/libarchive/tests/Makefile
==============================================================================
--- head/lib/libarchive/tests/Makefile	Mon Sep 26 19:35:41 2016	(r306352)
+++ head/lib/libarchive/tests/Makefile	Mon Sep 26 20:13:33 2016	(r306353)
@@ -6,6 +6,8 @@ _LIBARCHIVEDIR=	${SRCTOP}/contrib/libarc
 
 ATF_TESTS_SH+=	functional_test
 
+TEST_METADATA.functional_test+=	timeout="600"
+
 BINDIR=	${TESTSDIR}
 
 PROGS+=	libarchive_test


More information about the svn-src-all mailing list