From 9ad362c1de9bf0bd8d2c825d2bf985179a3a596c 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 7f0cce2523..7e0990b5d9 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']