projects
/
tools
/
testlab
/
major.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ac9145
)
Increase dyper_restart interval
34/130934/3
author
Aleksander Mistewicz
<a.mistewicz@samsung.com>
Wed, 24 May 2017 09:03:40 +0000
(11:03 +0200)
committer
Aleksander Mistewicz
<a.mistewicz@samsung.com>
Tue, 8 Aug 2017 08:18:08 +0000
(10:18 +0200)
Change-Id: I195969be8eccb19879985fc6cc25dd91989b119c
tct/flash/flash.sh
patch
|
blob
|
history
diff --git
a/tct/flash/flash.sh
b/tct/flash/flash.sh
index
cdac1e3
..
542763b
100755
(executable)
--- 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
}