Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
Increase default timeout to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Jan 13, 2012
1 parent 34af795 commit 9f4192e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -99,7 +99,7 @@ test setup:
* `:logger` (Object responding to `puts`) - When present, debug output is written to this object
* `:timeout` (Numeric) - The number of seconds we'll wait for a response
when communicating with PhantomJS. `nil` means wait forever. Default
is 10.
is 30.

## Bugs ##

Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/poltergeist/browser.rb
Expand Up @@ -4,7 +4,7 @@ module Capybara::Poltergeist
class Browser
attr_reader :options, :server, :client

DEFAULT_TIMEOUT = 10
DEFAULT_TIMEOUT = 30

def initialize(options = {})
@options = options
Expand Down

0 comments on commit 9f4192e

Please sign in to comment.