##// END OF EJS Templates
give travis 10 seconds to start server
Paul Ivanov -
Show More
@@ -109,7 +109,7 b' casper.notebook_test = function(test) {'
109 });
109 });
110 };
110 };
111
111
112 casper.options.waitTimeout=5000
112 casper.options.waitTimeout=10000
113 casper.on('waitFor.timeout', function onWaitForTimeout(timeout) {
113 casper.on('waitFor.timeout', function onWaitForTimeout(timeout) {
114 this.echo("Timeout for " + casper.get_notebook_server());
114 this.echo("Timeout for " + casper.get_notebook_server());
115 this.echo("Is the notebook server running?");
115 this.echo("Is the notebook server running?");
General Comments 0
You need to be logged in to leave comments. Login now