Skip to content

Commit fc18a63

Browse files
authored
Merge pull request #8705 from shirady/ci-increase-timeout
CI | Increase Timeouts
2 parents f6805ab + 5b3f163 commit fc18a63

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)