From 62a6f36e049f812695e5e7d2a317b310b9091aa4 Mon Sep 17 00:00:00 2001 From: Aleksander Mistewicz Date: Wed, 24 May 2017 11:03:40 +0200 Subject: Increase dyper_restart interval Change-Id: I195969be8eccb19879985fc6cc25dd91989b119c --- tct/flash/flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tct/flash/flash.sh') diff --git a/tct/flash/flash.sh b/tct/flash/flash.sh index cdac1e3..542763b 100755 --- a/tct/flash/flash.sh +++ b/tct/flash/flash.sh @@ -152,6 +152,6 @@ dyper_restart() { test -n "${SDMUX}" || die "Missing argument: sdmux!" test -n "${DYPER}" || die "Missing argument: dyper!" dyper "${SDMUX}" "${DYPER}" on - sleep 1 + sleep 4 dyper "${SDMUX}" "${DYPER}" off } -- cgit v1.2.3