Skip to content

Commit 6a13add

Browse files
authored
ZTS: Increase redundancy test timeout
The redundancy_draid.ksh and redundancy_raidz.ksh tests were updated by commit 93c8e91 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
1 parent 5236eaf commit 6a13add

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/runfiles/common.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ tests = ['redundancy_draid', 'redundancy_draid1', 'redundancy_draid2',
748748
'redundancy_raidz1', 'redundancy_raidz2', 'redundancy_raidz3',
749749
'redundancy_stripe']
750750
tags = ['functional', 'redundancy']
751+
timeout = 1200
751752

752753
[tests/functional/refquota]
753754
tests = ['refquota_001_pos', 'refquota_002_pos', 'refquota_003_pos',

0 commit comments

Comments
 (0)