~ue-qa-kernel-tests-infrastructure-dev/ue-qa-kernel-tests-infrastructure/trunk

« back to all changes in this revision

Viewing changes to kernel-sru/arm-sru-utils.sh

  • Committer: Parameswaran Sivatharman
  • Date: 2013-11-08 15:41:33 UTC
  • mfrom: (342.1.1 armada-more-ticks)
  • Revision ID: para.siva@canonical.com-20131108154133-25grwv0638103caw
Merging prev changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
# SLEEP and TICKS are used to wait for the system to come up after reboot
21
21
SLEEP=60  # how long to sleep
22
 
TICKS=40  # max number of sleep cycles
 
22
TICKS=70  # max number of sleep cycles
23
23
SCP_PARMS=""   # additional SCP parms
24
24
 
25
25
function d_msg()