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 <john.kennedy@delphix.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #12043
This commit is contained in:
Brian Behlendorf 2021-05-14 09:11:56 -07:00 committed by GitHub
parent 5236eafdcd
commit 6a13add559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -748,6 +748,7 @@ tests = ['redundancy_draid', 'redundancy_draid1', 'redundancy_draid2',
'redundancy_raidz1', 'redundancy_raidz2', 'redundancy_raidz3', 'redundancy_raidz1', 'redundancy_raidz2', 'redundancy_raidz3',
'redundancy_stripe'] 'redundancy_stripe']
tags = ['functional', 'redundancy'] tags = ['functional', 'redundancy']
timeout = 1200
[tests/functional/refquota] [tests/functional/refquota]
tests = ['refquota_001_pos', 'refquota_002_pos', 'refquota_003_pos', tests = ['refquota_001_pos', 'refquota_002_pos', 'refquota_003_pos',