diff options
author | Brian Behlendorf <[email protected]> | 2024-01-29 09:41:26 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2024-01-29 14:53:29 -0800 |
commit | dd0874cf7ea3e67130662180fea0e40f54108abb (patch) | |
tree | 1fe73686972c6dc30fe83f6573628a037c2740ec | |
parent | 7cd666d54b122e2e1ca2fb4519ff75fc8d488a43 (diff) |
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 <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #15826
-rw-r--r-- | tests/runfiles/common.run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index f93bfb433..85f29c822 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -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'] |