Skip to content

Commit

Permalink
increase the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 8, 2024
1 parent 9abba2f commit c243b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ import wtf from 'wtfnode';
export const mochaHooks = {
afterAll: () => {
wtf.dump();
setTimeout(wtf.dump, 1000);
setTimeout(wtf.dump, 5000);
}
};

0 comments on commit c243b9d

Please sign in to comment.