fastlane-plugin-android_testlab_script_swit 0.1.938 → 0.1.941

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
  SHA256:
3
- metadata.gz: 37e68079d73f3d41968836ad6d1686636d33872d28830a7e5d14008022d96dce
4
- data.tar.gz: 0e504ce164451b283847b85f72055980db424b23dadc311716b09405304dcc16
3
+ metadata.gz: 35867b83b995fcd08db4e5cc8474dc1f5c5f6da77577ad22ff9e1ff428f1320a
4
+ data.tar.gz: 62fc141bbfb8e019c5edccb69fe0e926453b2482b2ffde1b32ecaed6ac5b3c54
5
5
  SHA512:
6
- metadata.gz: ab6013fd75be28d3122a29bf3a06483fd8767c11b22606d4f641b9a4517a14087e1bb30a31cf298b926f32d135a3ee17ae57bc210da21cdcd58691ed2c4b546d
7
- data.tar.gz: 261c68a6601cd5d6409b96fd6fc5c9e793335bd317d58f4a19760be21216b778ca174503315b028c62720898f02e3157d4fdaaeee03caa24a0fb6840a8de1325
6
+ metadata.gz: 7af49c609f76b24dc75c95e611db8ac5d7a2bb14c8e2f4df1ea781dc70b60f6957df8eb88ce3e236402f644b40cfac08f6623b1bd75913838f01bd488582228e
7
+ data.tar.gz: 88527004265e9308900d9f9748154ae223a6e973be91eab0376c698f2cb385a4e0e056e1f11c20bfa75c1ddb70c07029230c8df20cdcd2c6fd10d5c9f2db85ad
@@ -32,7 +32,7 @@ module Fastlane
32
32
  # 딜레이
33
33
  params[:devices].each_with_index do |device, index|
34
34
  # 딜레이 추가
35
- sleep(index * 60) # 각 디바이스별로 1분씩 증가하는 딜레이
35
+ sleep(index * 30) # 각 디바이스별로 1분씩 증가하는 딜레이
36
36
 
37
37
  end
38
38
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.938"
3
+ VERSION = "0.1.941"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-android_testlab_script_swit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.938
4
+ version: 0.1.941
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이