devicefarm 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/devicefarm/devicefarmapi.rb +1 -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: a94784792cb9ba37e05f067befd6c6b44ca50552
|
4
|
+
data.tar.gz: ee7282176feb6cba6ef75686f781ac977c8059c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ac3e0bb45cda4536d0b93f089d37a5e53b220a9d4d0a90ad298ebc8c133461ad1ab68a60ab2e15031ce549313f8620d9be105f74dead6694446e104754522a8
|
7
|
+
data.tar.gz: c9632fa6881bec6f2f957b7a0966494c6fed9909447316396cb0f16d7b1322fc524f35a93885b61c05556c9cccb1fd459b4bf15534ecbf22cd33405a6c434b98
|
@@ -36,7 +36,7 @@ class DeviceFarm::DeviceFarmApi
|
|
36
36
|
def wait_for_upload_finish(upload)
|
37
37
|
upload_result = get_upload_result(upload)
|
38
38
|
p upload_result
|
39
|
-
while(
|
39
|
+
while(upload_result.status != "SUCCEEDED")
|
40
40
|
upload_result = get_upload_result(upload)
|
41
41
|
p upload_result
|
42
42
|
sleep(POLLING_INTERVAL)
|