Skip to content

Commit

Permalink
noninteractive-tradefed: monitor_fastboot.sh: set sleep to 5
Browse files Browse the repository at this point in the history
so that it could try again after the fastboot failure
case like reported here:
    https://linaro.atlassian.net/browse/STG-5007

when the usb connection to the DUT is not stable

Signed-off-by: Yongqin Liu <[email protected]>
  • Loading branch information
liuyq committed Sep 17, 2023
1 parent aa16567 commit f55f287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ do
echo "No boot image found under /lava-lxc and /lava-downloads, please check and try again!"
exit 1
fi
sleep 30
sleep 5
done

0 comments on commit f55f287

Please sign in to comment.