Skip to content

Commit

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

* trigger
  • Loading branch information
mehrdadh authored and ylc committed Sep 29, 2021
1 parent 2d42ecd commit 00d1d35
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 00d1d35

Please sign in to comment.