increase timeouts

This commit is contained in:
Peter 'Pita' Martischka 2012-11-01 23:19:59 +00:00
parent 82dfb2df21
commit 1188dea8ff
18 changed files with 20 additions and 20 deletions

View file

@ -1,7 +1,7 @@
describe("undo button then redo button", function(){
beforeEach(function(cb){
helper.newPad(cb); // creates a new pad
this.timeout(5000);
this.timeout(60000);
});
it("undo some typing", function(done){