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 +4 -4
- data/lib/blade/sauce_labs_plugin/version.rb +1 -1
- data/lib/blade/sauce_labs_plugin.rb +4 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e381b6eff5f2e879de4c37cb3310798c6b62fbdd
|
|
4
|
+
data.tar.gz: 31539f745916aa6ca7d3501995fbcbec4850ffe6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa7369d1a69b1f4d70de7e9cded70bd04b7afc579c3dd41bb5422b266b1768ec2edaa7b3103f28c56af15024cd177566f655fb16a6a936cc0a471ba6414bca8e
|
|
7
|
+
data.tar.gz: d22697d3f880bdecdcaff08aa5e1b7d6520dbbd9fa204a247703028d7022002d47c0ecb4244b956896d3cef2bacbf5a592601df318ec5a29cc1fa65c2ae48fef
|
|
@@ -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,
|
|
48
|
+
{ build: rev, maxDuration: 300 }
|
|
46
49
|
end
|
|
47
50
|
|
|
48
51
|
def rev
|