Skip to content

Commit 5b3f163

Browse files
committed
CI | Increase Timeouts
Signed-off-by: shirady <57721533+shirady@users.noreply.github.com>
1 parent f6805ab commit 5b3f163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/unit_tests/jest_tests/test_nc_nsfs_account_cli.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ describe('manage nsfs cli account flow', () => {
11961196
await set_path_permissions_and_owner(account_options.new_buckets_path, account_options, 0o700);
11971197
await exec_manage_cli(type, action, account_options);
11981198
}
1199-
});
1199+
}, timeout);
12001200

12011201
afterAll(async () => {
12021202
await fs_utils.folder_delete(`${config_root}`);

0 commit comments

Comments
 (0)