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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user