diff --git a/test/index.html b/test/index.html index 40c803a7b5..77190804f6 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 506726e3f2..cc1de06c4f 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) {