Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadh committed Aug 25, 2021
1 parent b819364 commit ec01166
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 ec01166

Please sign in to comment.