Commit 8aacb4ec 8aacb4ec6ae4c5139c0620eb48ad84bdd01542d0 by Nicolas Perriault

lower default check interval to speed up wait* operations

1 parent 369dd7d3
......@@ -119,7 +119,7 @@ var Casper = function Casper(options) {
stepTimeout: null,
timeout: null,
verbose: false,
retryTimeout: 100,
retryTimeout: 10,
waitTimeout: 5000
};
// options
......