From 740ea7bbb3783549c32870c473e764f3f6a6cbf0 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Mon, 8 Feb 2016 08:49:15 +0200 Subject: [PATCH] Revert parallel execution of action on multiple devices Revert change applied in this commit - https://github.com/telerik/mobile-cli-lib/commit/065512bd01ccae6dfd4648244c0ee21bcf5abf19#diff-3afe2bc0eef11fb206a6cfb650f4057fL213 The idea was to speed up actions executed on multiple devices. However in our current code is not able to work this way. For example `tns run android` is trying to execute multiple simultaneous builds and it fails. Same will happen with livesync in some cases. The problem is with the action that's passed for each device. Until we fix the other code, let's keep the old behavior. --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common b/lib/common index 998e8e7eae..a953a65ae0 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit 998e8e7eaec9df508350a671cce287f4e634b546 +Subproject commit a953a65ae08922ed6275f6126f7033d8f78f0657