From f21d1f8fada8fdf55592a43c77484c0943805dd0 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Sun, 6 Dec 2020 09:48:36 -0800 Subject: [PATCH] ZTS: adjust zpool_import_012_pos timeout When running in the CI the zpool_import_012_pos test case occasionally takes longer than the maximum 600 seconds. When this happens the test case is considered to have failed but always completes a few minutes latter. Since the logs suggest nothing has actually failed this commit increases timeout and removes the exception. Reviewed-by: George Melikov Reviewed-by: Ryan Moeller Signed-off-by: Brian Behlendorf Closes #11286 --- tests/runfiles/common.run | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 6205af00b..2d5a7c18d 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -399,6 +399,7 @@ tests = ['zpool_import_001_pos', 'zpool_import_002_pos', 'import_rewind_config_changed', 'import_rewind_device_replaced'] tags = ['functional', 'cli_root', 'zpool_import'] +timeout = 1200 [tests/functional/cli_root/zpool_labelclear] tests = ['zpool_labelclear_active', 'zpool_labelclear_exported',