Skip to content

Commit 6cfc1a4

Browse files
fix: specs
1 parent 21249ac commit 6cfc1a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/api/admin/api_spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,6 +1389,8 @@ describe("api", function () {
13891389
});
13901390

13911391
it('should restore two different deleted assets', async () => {
1392+
this.timeout(TIMEOUT.LARGE);
1393+
13921394
// Upload two different files
13931395
const firstUpload = await uploadImage({
13941396
public_id: PUBLIC_ID_BACKUP_1,

0 commit comments

Comments
 (0)