Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
8aacb4ec
...
8aacb4ec6ae4c5139c0620eb48ad84bdd01542d0
authored
2013-03-18 08:07:05 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
lower default check interval to speed up wait* operations
1 parent
369dd7d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/casper.js
modules/casper.js
View file @
8aacb4e
...
...
@@ -119,7 +119,7 @@ var Casper = function Casper(options) {
stepTimeout
:
null
,
timeout
:
null
,
verbose
:
false
,
retryTimeout
:
10
0
,
retryTimeout
:
10
,
waitTimeout
:
5000
};
// options
...
...
Please
register
or
sign in
to post a comment