Move protocol test to end of suite and extend timeout

The keygen test works without native client, but it takes a loooooong
tiiiiiiime.
This commit is contained in:
lilia
2014-11-09 19:20:33 -08:00
parent c69c05c15d
commit 4518d03f43
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {