Skip to content

Commit

Permalink
Increases number of connection to shell retries (antmicro#52)
Browse files Browse the repository at this point in the history
Because Renode sometimes start very slow increases
number of retries from 7 to 30
  • Loading branch information
WiktorOgrodnik authored Jun 30, 2023
1 parent 18fa41e commit 801b96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _spawn(self) -> None:
"""
Start the Shell
"""
retries = 7
retries = 30

while retries > 0:
try:
Expand Down

0 comments on commit 801b96e

Please sign in to comment.