summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-24 09:52:46 +0000
committerngie <ngie@FreeBSD.org>2015-11-24 09:52:46 +0000
commitb3ea8b91158a6af4f5120cf3517792b70859a158 (patch)
tree7e79963ae5c6eb2456e1caf823530a779c1680f9
parent62bc110b37cc1be874111e1d2e57c7270197af5a (diff)
downloadFreeBSD-src-b3ea8b91158a6af4f5120cf3517792b70859a158.zip
FreeBSD-src-b3ea8b91158a6af4f5120cf3517792b70859a158.tar.gz
Increase the timeout for onetime_test and onetime_a_test to 10 minutes
-rw-r--r--sbin/geom/class/tests/eli/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/geom/class/tests/eli/Makefile b/sbin/geom/class/tests/eli/Makefile
index 230cc3b..721774a 100644
--- a/sbin/geom/class/tests/eli/Makefile
+++ b/sbin/geom/class/tests/eli/Makefile
@@ -26,7 +26,7 @@ TEST_METADATA.init_test+= timeout="300"
TEST_METADATA.integrity_copy_test+= timeout="1200"
TEST_METADATA.integrity_data_test+= timeout="600"
TEST_METADATA.integrity_hmac_test+= timeout="600"
-TEST_METADATA.onetime_test+= timeout="300"
-TEST_METADATA.onetime_a_test+= timeout="300"
+TEST_METADATA.onetime_a_test+= timeout="600"
+TEST_METADATA.onetime_test+= timeout="600"
.include <bsd.test.mk>
OpenPOWER on IntegriCloud