Skip to content

Commit

Permalink
trunner: apply delay after after soft reset
Browse files Browse the repository at this point in the history
JIRA: CI-360
  • Loading branch information
damianloew committed Nov 2, 2023
1 parent f78bebf commit 05df58c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trunner/harness/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ def _reboot_soft(self):
time.sleep(0.05)
self.dut.clear_buffer()
self.host.set_reset(1)
# delay needed for plo usb device to disappear
time.sleep(0.25)

def _reboot_hard(self):
self.host.set_power(False)
Expand Down

0 comments on commit 05df58c

Please sign in to comment.