]> git.proxmox.com Git - mirror_zfs.git/commitdiff
ZTS: Allow longer run time for zdb_args_pos
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 29 Jan 2024 17:41:26 +0000 (09:41 -0800)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2024 17:41:26 +0000 (09:41 -0800)
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

tests/runfiles/common.run

index 7f0cce25237214fe98c924c1c389d9a51eea7d88..7e0990b5d9f97ceb468f30194a9c44f972c54cc6 100644 (file)
@@ -163,6 +163,7 @@ tests = ['zdb_002_pos', 'zdb_003_pos', 'zdb_004_pos', 'zdb_005_pos',
 pre =
 post =
 tags = ['functional', 'cli_root', 'zdb']
+timeout = 1200
 
 [tests/functional/cli_root/zfs]
 tests = ['zfs_001_neg', 'zfs_002_pos']