mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
increase timeouts
This commit is contained in:
parent
82dfb2df21
commit
1188dea8ff
18 changed files with 20 additions and 20 deletions
|
@ -52,7 +52,7 @@ describe("embed links", function(){
|
|||
//create a new pad before each test run
|
||||
beforeEach(function(cb){
|
||||
helper.newPad(cb);
|
||||
this.timeout(5000);
|
||||
this.timeout(60000);
|
||||
});
|
||||
|
||||
describe("the share link", function(){
|
||||
|
@ -91,7 +91,7 @@ describe("embed links", function(){
|
|||
describe("when read only option is set", function(){
|
||||
beforeEach(function(cb){
|
||||
helper.newPad(cb);
|
||||
this.timeout(5000);
|
||||
this.timeout(60000);
|
||||
});
|
||||
|
||||
describe("the share link", function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue