From 5b3f16353e7c81467162b25421dce260ca03fc57 Mon Sep 17 00:00:00 2001 From: shirady <57721533+shirady@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:49:01 +0200 Subject: [PATCH] CI | Increase Timeouts Signed-off-by: shirady <57721533+shirady@users.noreply.github.com> --- src/test/unit_tests/jest_tests/test_nc_nsfs_account_cli.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/unit_tests/jest_tests/test_nc_nsfs_account_cli.test.js b/src/test/unit_tests/jest_tests/test_nc_nsfs_account_cli.test.js index 8ea76d03a4..b35a08cbae 100644 --- a/src/test/unit_tests/jest_tests/test_nc_nsfs_account_cli.test.js +++ b/src/test/unit_tests/jest_tests/test_nc_nsfs_account_cli.test.js @@ -1196,7 +1196,7 @@ describe('manage nsfs cli account flow', () => { await set_path_permissions_and_owner(account_options.new_buckets_path, account_options, 0o700); await exec_manage_cli(type, action, account_options); } - }); + }, timeout); afterAll(async () => { await fs_utils.folder_delete(`${config_root}`);