summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/oe-time-dd-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-time-dd-test.sh b/scripts/oe-time-dd-test.sh
index 5b25e6bd97..459071e732 100755
--- a/scripts/oe-time-dd-test.sh
+++ b/scripts/oe-time-dd-test.sh
@@ -13,7 +13,7 @@ usage() {
13 echo "Usage: $0 <count>" 13 echo "Usage: $0 <count>"
14} 14}
15 15
16TIMEOUT=5 16TIMEOUT=15
17 17
18if [ $# -ne 1 ]; then 18if [ $# -ne 1 ]; then
19 usage 19 usage