From 5bcd09638e98fe033afc54bf6565636a357e758f Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 13 May 2021 21:34:04 -0700 Subject: [PATCH] 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. Signed-off-by: Brian Behlendorf --- tests/runfiles/common.run | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index f681768c8004..f0432205db71 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',