Skip to content

Commit

Permalink
test check
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenpaul1 committed Oct 16, 2024
1 parent acbdc94 commit 51cec93
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ describe('manage unsorted list objcts flow', () => {
...files_in_inner_folders_to_upload_post
]);
});
afterAll(async function() {
afterAll(async () => {
config.NSFS_LIST_OBJECTS_V2_UNSORTED_ENABLED = false;
await delete_keys(upload_bkt, ns_tmp, [
...folders_to_upload,
Expand Down Expand Up @@ -356,7 +356,7 @@ describe('manage unsorted list objcts flow', () => {
]);
await P.delay(5 * 1000);
}, timeout);
afterAll(async function() {
afterAll(async () => {
config.NSFS_LIST_OBJECTS_V2_UNSORTED_ENABLED = false;
await delete_keys(list_bkt, ns_nsfs_tmp, [
...folders_to_upload,
Expand Down Expand Up @@ -386,7 +386,6 @@ describe('manage unsorted list objcts flow', () => {
}
}, timeout);
it('page=500 and list_type 2', async () => {
await P.delay(5 * 1000);
let r;
let total_items = 0;
for (;;) {
Expand All @@ -404,7 +403,6 @@ describe('manage unsorted list objcts flow', () => {
}
}, timeout);
it('page=250 and list_type 2', async () => {
await P.delay(5 * 1000);
let r;
let total_items = 0;
for (;;) {
Expand All @@ -422,7 +420,6 @@ describe('manage unsorted list objcts flow', () => {
}
}, timeout);
it('page=100 and list_type 2', async () => {
await P.delay(5 * 1000);
let r;
let total_items = 0;
for (;;) {
Expand Down

0 comments on commit 51cec93

Please sign in to comment.