Skip to content

Commit

Permalink
Update index.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
FarazPatankar authored Aug 15, 2024
1 parent 066c7ed commit 5c03555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { sum } from '../src/index';
describe('sum', () => {
it('adds two numbers together', async () => {
// Sleep for 5 seconds
await new Promise((resolve) => setTimeout(resolve, 2000));
await new Promise((resolve) => setTimeout(resolve, 10000));

expect(sum(1, 1)).toEqual(2);
});
Expand Down

0 comments on commit 5c03555

Please sign in to comment.