mirror of
https://github.com/moparisthebest/mail
synced 2024-11-25 18:32:20 -05:00
inccrease timeout for email dao unit tests
This commit is contained in:
parent
d5aa0479c6
commit
675da50453
@ -19,6 +19,7 @@ define(function(require) {
|
||||
var publicKey = "-----BEGIN PUBLIC KEY-----\r\n" + "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCxy+Te5dyeWd7g0P+8LNO7fZDQ\r\n" + "g96xTb1J6pYE/pPTMlqhB6BRItIYjZ1US5q2vk5Zk/5KasBHAc9RbCqvh9v4XFEY\r\n" + "JVmTXC4p8ft1LYuNWIaDk+R3dyYXmRNct/JC4tks2+8fD3aOvpt0WNn3R75/FGBt\r\n" + "h4BgojAXDE+PRQtcVQIDAQAB\r\n" + "-----END PUBLIC KEY-----";
|
||||
|
||||
describe('Email DAO unit tests', function() {
|
||||
this.timeout(20000);
|
||||
|
||||
var emailDao, account,
|
||||
keychainStub, imapClientStub, smtpClientStub;
|
||||
|
Loading…
Reference in New Issue
Block a user