Remove noop code 70/95170/3
authorPetr Ospalý <p.ospaly@partner.samsung.com>
Fri, 6 Sep 2019 15:37:33 +0000 (17:37 +0200)
committerPetr Ospalý <p.ospaly@partner.samsung.com>
Mon, 9 Sep 2019 20:27:38 +0000 (22:27 +0200)
commit63651543d023ca7ba594f30c9b8aa7161f731dd2
tree2d730f5c7cfcd52edc51d532a13f307e728074a5
parent60d994ca23c8c03494de8ddb40d13fe23ebd7a0a
Remove noop code

This commit removes one 2 minutes sleep which seems to be unnecessary
and removes copy-pasted "timeout" code from sdc's docker_run.sh which
also seems to be pointless and broken - the script fails to populate
variable which results in broken docker command and that triggers
pipefail if not disabled and if disabled then it just simply breaks
out of the loop in the first iteration.

Issue-ID: SDC-2558

Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
Change-Id: I65f92c5fda5b126b8178382fc463c31e67029d5a
scripts/sdc/setup_sdc_for_sanity.sh