lower default check interval to speed up wait* operations
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -119,7 +119,7 @@ var Casper = function Casper(options) { | ... | @@ -119,7 +119,7 @@ var Casper = function Casper(options) { |
119 | stepTimeout: null, | 119 | stepTimeout: null, |
120 | timeout: null, | 120 | timeout: null, |
121 | verbose: false, | 121 | verbose: false, |
122 | retryTimeout: 100, | 122 | retryTimeout: 10, |
123 | waitTimeout: 5000 | 123 | waitTimeout: 5000 |
124 | }; | 124 | }; |
125 | // options | 125 | // options | ... | ... |
-
Please register or sign in to post a comment