blade-sauce_labs_plugin 0.3.1 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7019507ca64d76eb63254b7815ff95898f3898cf
4
- data.tar.gz: ac458f0a4b05b834aa3385fb450a59ff00d863b1
3
+ metadata.gz: e381b6eff5f2e879de4c37cb3310798c6b62fbdd
4
+ data.tar.gz: 31539f745916aa6ca7d3501995fbcbec4850ffe6
5
5
  SHA512:
6
- metadata.gz: 895a2fd9fefc3e40e638a0c0628afe0fb6b9bea2fcd21d814c8fe49a9b5e85bf2fad86b81502c843313ea9893dec2ad58fc578f174e5bb54abcb87ad0cf779cc
7
- data.tar.gz: 2955c25d211c78e40a430f340cc68db21a2f2ccf7496f0edc70ac9b6f14da68e0c48f76fea4448f84131a9699bb66c963147c67d594f0937a037545b6a256281
6
+ metadata.gz: aa7369d1a69b1f4d70de7e9cded70bd04b7afc579c3dd41bb5422b266b1768ec2edaa7b3103f28c56af15024cd177566f655fb16a6a936cc0a471ba6414bca8e
7
+ data.tar.gz: d22697d3f880bdecdcaff08aa5e1b7d6520dbbd9fa204a247703028d7022002d47c0ecb4244b956896d3cef2bacbf5a592601df318ec5a29cc1fa65c2ae48fef
@@ -1,5 +1,5 @@
1
1
  module Blade
2
2
  module SauceLabsPlugin
3
- VERSION = "0.3.1"
3
+ VERSION = "0.4.0"
4
4
  end
5
5
  end
@@ -24,6 +24,9 @@ module Blade::SauceLabsPlugin
24
24
  Tunnel.stop
25
25
  end
26
26
 
27
+ # Ensure the tunnel is closed
28
+ at_exit { stop }
29
+
27
30
  def config
28
31
  Blade.plugins.sauce_labs.config
29
32
  end
@@ -42,7 +45,7 @@ module Blade::SauceLabsPlugin
42
45
  end
43
46
 
44
47
  def default_test_config
45
- { build: rev, max_duration: 200 }
48
+ { build: rev, maxDuration: 300 }
46
49
  end
47
50
 
48
51
  def rev
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blade-sauce_labs_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javan Makhmali