aboutsummaryrefslogtreecommitdiffstats
path: root/TEST
diff options
context:
space:
mode:
Diffstat (limited to 'TEST')
-rw-r--r--TEST14
1 files changed, 14 insertions, 0 deletions
diff --git a/TEST b/TEST
index f66be3cb8..127681188 100644
--- a/TEST
+++ b/TEST
@@ -85,6 +85,20 @@ esac
###
#
+# Run ztest longer on the "coverage" builders to gain more code coverage
+# data out of ztest, libzpool, etc.
+#
+case "$BB_NAME" in
+*coverage*)
+ TEST_ZTEST_TIMEOUT=3600
+ ;;
+*)
+ TEST_ZTEST_TIMEOUT=900
+ ;;
+esac
+
+###
+#
# Disable the following test suites on 32-bit systems.
#
if [ $(getconf LONG_BIT) = "32" ]; then