You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ur_robot_driver/test/test_common.py
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
IsProgramRunning,
53
53
Load,
54
54
)
55
-
fromur_msgs.srvimportSetIO
55
+
fromur_msgs.srvimportSetIO, GetVersion
56
56
57
57
TIMEOUT_WAIT_SERVICE=10
58
58
TIMEOUT_WAIT_SERVICE_INITIAL=120# If we download the docker image simultaneously to the tests, it can take quite some time until the dashboard server is reachable and usable.
0 commit comments