mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
increase timeout for pgp tests
This commit is contained in:
parent
6b67995d40
commit
6c8773827a
@ -5,7 +5,7 @@ define(function(require) {
|
|||||||
expect = chai.expect;
|
expect = chai.expect;
|
||||||
|
|
||||||
describe('PGP Crypto Api unit tests', function() {
|
describe('PGP Crypto Api unit tests', function() {
|
||||||
this.timeout(10000);
|
this.timeout(20000);
|
||||||
|
|
||||||
var pgp,
|
var pgp,
|
||||||
user = 'whiteout.test@t-online.de',
|
user = 'whiteout.test@t-online.de',
|
||||||
|
Loading…
Reference in New Issue
Block a user