Skip to content

Commit

Permalink
fix: increase timeout even more
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Dec 3, 2024
1 parent cce4304 commit b539b09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('Should send an email for mwi flash flood', () => {
accessToken,
);
expect(result).toBeTruthy();
}, 90000); //Increase timeout to 90 seconds, because mock takes long for this scenario
}, 150000); //Increase timeout to 150 seconds, because mock takes long for this scenario

it('no-trigger', async () => {
const result = await testFlashFloodScenario(
Expand Down

0 comments on commit b539b09

Please sign in to comment.