increase casper load timeout

This commit is contained in:
juliandescottes
2017-05-06 23:43:22 +02:00
committed by Julian Descottes
parent d77889d265
commit 41ef0cd460
14 changed files with 15 additions and 15 deletions

View File

@ -69,7 +69,7 @@ casper.test.begin('Test resize feature works, and check the output', 19, functio
.start(casper.cli.get('baseUrl')+"/?debug")
.then(function () {
this.echo("URL loaded");
this.waitForSelector('#drawing-canvas-container canvas', onTestStart, test.timeout, 10000);
this.waitForSelector('#drawing-canvas-container canvas', onTestStart, test.timeout, 20000);
})
.run(function () {
test.done();