Skip to content

Commit

Permalink
Merge pull request ApolloAuto#43 from fengjingchao-cn/master
Browse files Browse the repository at this point in the history
increase the start and stop timeouts for rosmaste
  • Loading branch information
GoLancer authored Jan 22, 2018
2 parents 77b8d29 + d2b82ee commit 2aca079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ros/ros_comm/roslaunch/src/roslaunch/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@

from rosmaster.master_api import NUM_WORKERS

_TIMEOUT_MASTER_START = 10.0 #seconds
_TIMEOUT_MASTER_STOP = 10.0 #seconds
_TIMEOUT_MASTER_START = 60.0 #seconds
_TIMEOUT_MASTER_STOP = 60.0 #seconds

_ID = '/roslaunch'

Expand Down

0 comments on commit 2aca079

Please sign in to comment.