rally-jasmine 1.2.0.1 → 1.2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/jasmine/selenium_driver.rb +1 -1
- data/lib/jasmine/version.rb +1 -1
- metadata +1 -1
@@ -19,7 +19,7 @@ module Jasmine
|
|
19
19
|
{:profile => profile}
|
20
20
|
end || {}
|
21
21
|
http_client = Selenium::WebDriver::Remote::Http::Default.new
|
22
|
-
http_client.timeout =
|
22
|
+
http_client.timeout = 240 # seconds
|
23
23
|
@driver = if selenium_server
|
24
24
|
Selenium::WebDriver.for :remote, :url => selenium_server, :desired_capabilities => browser.to_sym, :http_client => http_client
|
25
25
|
else
|
data/lib/jasmine/version.rb
CHANGED