Skip to content

Commit

Permalink
Merge pull request #23 from Dasharo/increase_sleep_time
Browse files Browse the repository at this point in the history
rte.py pwr_ctrl_before_flash: incease sleep time
  • Loading branch information
macpijan authored Mar 18, 2024
2 parents 9cb73a6 + 6ca7d37 commit 863d62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osfv_cli/osfv_cli/rte.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def pwr_ctrl_before_flash(self, programmer):
# 5. SPI ON
# 6. sleep 2
self.spi_enable()
time.sleep(2)
time.sleep(3)

if self.dut_data["pwr_ctrl"]["init_on"] is False:
# 7. sonoff/relay OFF
Expand Down

0 comments on commit 863d62a

Please sign in to comment.