Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 2, 2024
1 parent e6163a9 commit 85a7850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript-express-reviews/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import connect from '../src/models/connect';
import mongoose from 'mongoose';

before(async function() {
this.timeout(30000);
this.timeout(60000);

await connect();

Expand Down

0 comments on commit 85a7850

Please sign in to comment.