Added log for timeout

This commit is contained in:
Thomas FORGIONE
2015-10-05 10:11:59 +02:00
parent 5006d1d71d
commit b5aa62cb93
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
var baseUrl = 'http://localhost:4000/';
// var baseUrl = 'http://3dinterface.no-ip.org/';
// var baseUrl = 'http://localhost:4000/';
var baseUrl = 'http://3dinterface.no-ip.org/';
function makeId()
{
@@ -19,7 +19,7 @@ var casper = require('casper').create({
waitTimeout: 100000
});
var limit = 100;
var limit = 1000;
casper.start(baseUrl);