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.
@@ -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 = 120 # seconds
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
@@ -1,3 +1,3 @@
1
1
  module Jasmine
2
- VERSION = "1.2.0.1"
2
+ VERSION = "1.2.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rally-jasmine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.1
4
+ version: 1.2.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: