@@ -240,7 +240,7 @@ describe('manage unsorted list objcts flow', () => {
240
240
...files_in_inner_folders_to_upload_post
241
241
] ) ;
242
242
} ) ;
243
- afterAll ( async function ( ) {
243
+ afterAll ( async ( ) => {
244
244
config . NSFS_LIST_OBJECTS_V2_UNSORTED_ENABLED = false ;
245
245
await delete_keys ( upload_bkt , ns_tmp , [
246
246
...folders_to_upload ,
@@ -356,7 +356,7 @@ describe('manage unsorted list objcts flow', () => {
356
356
] ) ;
357
357
await P . delay ( 5 * 1000 ) ;
358
358
} , timeout ) ;
359
- afterAll ( async function ( ) {
359
+ afterAll ( async ( ) => {
360
360
config . NSFS_LIST_OBJECTS_V2_UNSORTED_ENABLED = false ;
361
361
await delete_keys ( list_bkt , ns_nsfs_tmp , [
362
362
...folders_to_upload ,
@@ -386,7 +386,6 @@ describe('manage unsorted list objcts flow', () => {
386
386
}
387
387
} , timeout ) ;
388
388
it ( 'page=500 and list_type 2' , async ( ) => {
389
- await P . delay ( 5 * 1000 ) ;
390
389
let r ;
391
390
let total_items = 0 ;
392
391
for ( ; ; ) {
@@ -404,7 +403,6 @@ describe('manage unsorted list objcts flow', () => {
404
403
}
405
404
} , timeout ) ;
406
405
it ( 'page=250 and list_type 2' , async ( ) => {
407
- await P . delay ( 5 * 1000 ) ;
408
406
let r ;
409
407
let total_items = 0 ;
410
408
for ( ; ; ) {
@@ -422,7 +420,6 @@ describe('manage unsorted list objcts flow', () => {
422
420
}
423
421
} , timeout ) ;
424
422
it ( 'page=100 and list_type 2' , async ( ) => {
425
- await P . delay ( 5 * 1000 ) ;
426
423
let r ;
427
424
let total_items = 0 ;
428
425
for ( ; ; ) {
0 commit comments