flammarion_rails 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0980270558683db4a166526a1f22304ce585888
4
- data.tar.gz: 1cf80fb2374d31c489ec00e370a35d947d8bf5ee
3
+ metadata.gz: 2e1f4fdebc3566a0116876b3dfc610f0994a0c5c
4
+ data.tar.gz: ac3d260d127045a570c01fd3ac9c769c774fd32b
5
5
  SHA512:
6
- metadata.gz: 3993f0c63e101013adb0fe1503a7f484f147e102b769bc60385ad6325d5a873527d2cd8e16916375f69c6451ec7b36a28db7c87a0ad2220626c3f52142f07cf6
7
- data.tar.gz: c77d8b947c93e5007a573de543bcaeb793bc3db56ae302afc09451f776ffbe231039cded82aa2f389351b47899d0c9ff89f5f904a2509500a65c8888df25367e
6
+ metadata.gz: a85e94f3b9c14773eff730d50b662b23bf1fed56b31fb5543f7a1ddd47d99101b79afa31b18f943549bd064b22309c70405b0d2f4542c75a11202da2bbbb63d5
7
+ data.tar.gz: 61b8f21a299e7bde4ccb2f8c598e24bfd14e260831c316dd97d8846b52f1a5f9f074e95e204a84811377771f24cf955a4610bcdb20f1e94416f6ce7714dfbf01
@@ -21,7 +21,7 @@ module Flammarion
21
21
  end
22
22
 
23
23
  def wait_for_a_connection
24
- Timeout.timeout(20) { sleep 0.5 while @sockets.empty? }
24
+ Timeout.timeout(40) { sleep 0.5 while @sockets.empty? }
25
25
  rescue Timeout::Error
26
26
  raise SetupError.new("Timed out while waiting for a connecting using #{@browser.name}.")
27
27
  end
@@ -1,3 +1,3 @@
1
1
  module FlammarionRails
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flammarion_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrice Lebel