summaryrefslogtreecommitdiff
path: root/tct
diff options
context:
space:
mode:
Diffstat (limited to 'tct')
-rwxr-xr-xtct/flash/flash.sh2
1 files changed, 1 insertions, 1 deletions
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
}