From a3df4548dcf084cf81c4363c0cd646b32871ba9f Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 29 Jan 2024 09:41:26 -0800 Subject: [PATCH] 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 Signed-off-by: Brian Behlendorf Closes #15826 --- tests/runfiles/common.run | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index f93bfb4333..85f29c8220 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']