aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2021-05-14 09:11:56 -0700
committerGitHub <[email protected]>2021-05-14 09:11:56 -0700
commit6a13add5596b1390fe79b3d1ba94b07283805f73 (patch)
tree9091bef2b94afc5b03d1edaf4650e7ed6f7808d4 /tests
parent5236eafdcdf5e9e4e4d276f3c91391cdf5d97589 (diff)
ZTS: Increase redundancy test timeout
The redundancy_draid.ksh and redundancy_raidz.ksh tests were updated by commit 93c8e91fe to additionally verify self-healing. This additional check increased the run time which can now occasionally exceed the default maximum timeout in the CI environment. To prevent this from causing failures increase the default timeout for the redundancy test cases. Reviewed-by: John Kennedy <[email protected]> Reviewed-by: George Melikov <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #12043
Diffstat (limited to 'tests')
-rw-r--r--tests/runfiles/common.run1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run
index f681768c8..f0432205d 100644
--- a/tests/runfiles/common.run
+++ b/tests/runfiles/common.run
@@ -748,6 +748,7 @@ tests = ['redundancy_draid', 'redundancy_draid1', 'redundancy_draid2',
'redundancy_raidz1', 'redundancy_raidz2', 'redundancy_raidz3',
'redundancy_stripe']
tags = ['functional', 'redundancy']
+timeout = 1200
[tests/functional/refquota]
tests = ['refquota_001_pos', 'refquota_002_pos', 'refquota_003_pos',