Skip to content

Commit

Permalink
fix: up timeout for psql tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Sep 17, 2021
1 parent 8af5425 commit 896ff21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/emailer.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('emailer', () => {
assert.equal(output, text);
done();
});
}, 500);
}, 2000);
});
});
});
Expand Down

0 comments on commit 896ff21

Please sign in to comment.