Skip to content

Commit 221d7a6

Browse files
committed
retry remote access configuration creation
Signed-off-by: reubenmiller <reuben.d.miller@gmail.com>
1 parent d00d8ff commit 221d7a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/RobotFramework/libraries/ThinEdgeIO/ThinEdgeIO.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,7 @@ def add_remote_access_passthrough_configuration(self, device: str = "", port: in
773773
"remoteaccess",
774774
"configurations",
775775
"create-passthrough",
776+
"--retries=5",
776777
"--device",
777778
device,
778779
f"--port={port}",

0 commit comments

Comments
 (0)