Skip to content

Commit

Permalink
increase timeout for import test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Oct 25, 2024
1 parent eb12590 commit 557962f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/test/integration/import/import.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ describe('Import Tests', () => {
.find();

expect(baseData).toHaveLength(200);
});
}, 30000);
});
});

0 comments on commit 557962f

Please sign in to comment.