Skip to content

Commit

Permalink
[microtvm][Zephyr] Increase timeout to fix flaky tests (#8846)
Browse files Browse the repository at this point in the history
* increase timeout

* trigger
  • Loading branch information
mehrdadh authored Aug 26, 2021
1 parent 3491576 commit 98a3476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/microtvm/zephyr/template_project/microtvm_api_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,8 @@ def open(self):

return server.TransportTimeouts(
session_start_retry_timeout_sec=2.0,
session_start_timeout_sec=5.0,
session_established_timeout_sec=5.0,
session_start_timeout_sec=10.0,
session_established_timeout_sec=10.0,
)

def close(self):
Expand Down

0 comments on commit 98a3476

Please sign in to comment.