Skip to content

Commit

Permalink
Adjust ROS check interval to 1000ms
Browse files Browse the repository at this point in the history
  • Loading branch information
vladamatena committed Jan 18, 2016
1 parent a50a658 commit 846af4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdeeco-ros/src/cz/cuni/mff/d3s/jdeeco/ros/RosServices.java
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ private boolean isStarted() {

try {
// Wait a while between checks
Thread.sleep(250);
Thread.sleep(1000);
} catch (InterruptedException e) {
// Ignore interruptions
}
Expand Down

0 comments on commit 846af4f

Please sign in to comment.