ZTS: Allow longer run time for zdb_args_pos

The zdb_args_pos test may take slightly longer than 600 seconds to run
on some of the CI builders.  To prevent this from causing failures allow
up to 1200 seconds for tests in this group.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #15826
This commit is contained in:
Brian Behlendorf 2024-01-29 09:41:26 -08:00 committed by GitHub
parent 3965c9ba38
commit 9ad362c1de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ tests = ['zdb_002_pos', 'zdb_003_pos', 'zdb_004_pos', 'zdb_005_pos',
pre = pre =
post = post =
tags = ['functional', 'cli_root', 'zdb'] tags = ['functional', 'cli_root', 'zdb']
timeout = 1200
[tests/functional/cli_root/zfs] [tests/functional/cli_root/zfs]
tests = ['zfs_001_neg', 'zfs_002_pos'] tests = ['zfs_001_neg', 'zfs_002_pos']