mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
tests: increase helper timeout
This commit is contained in:
parent
f7783e5f2a
commit
d05e02a681
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ describe("the test helper", function(){
|
||||||
});
|
});
|
||||||
|
|
||||||
it("gives me 3 jquery instances of chrome, outer and inner", function(done){
|
it("gives me 3 jquery instances of chrome, outer and inner", function(done){
|
||||||
this.timeout(5000);
|
this.timeout(10000);
|
||||||
|
|
||||||
helper.newPad(function(){
|
helper.newPad(function(){
|
||||||
//check if the jquery selectors have the desired elements
|
//check if the jquery selectors have the desired elements
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue