Skip to content

Commit

Permalink
Merge pull request #8705 from shirady/ci-increase-timeout
Browse files Browse the repository at this point in the history
CI | Increase Timeouts
  • Loading branch information
shirady authored Jan 21, 2025
2 parents f6805ab + 5b3f163 commit fc18a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit fc18a63

Please sign in to comment.