From 4518d03f43a5ff119055103f5c1ab5647f250fed Mon Sep 17 00:00:00 2001 From: lilia Date: Sun, 9 Nov 2014 19:20:33 -0800 Subject: [PATCH] Move protocol test to end of suite and extend timeout The keygen test works without native client, but it takes a loooooong tiiiiiiime. --- test/index.html | 2 +- test/protocol_test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/index.html b/test/index.html index 40c803a7..77190804 100644 --- a/test/index.html +++ b/test/index.html @@ -158,12 +158,12 @@ - + diff --git a/test/protocol_test.js b/test/protocol_test.js index 506726e3..cc1de06c 100644 --- a/test/protocol_test.js +++ b/test/protocol_test.js @@ -42,7 +42,7 @@ describe('Protocol', function() { describe("Identity and Pre Key Creation", function() { - this.timeout(10000); + this.timeout(200000); before(function() { localStorage.clear(); }); after(function() { localStorage.clear(); }); it ('works', function(done) {