Standardize connection timeouts to 10 seconds

This commit is contained in:
Cameron Gutman
2016-01-04 23:54:25 -06:00
parent 8c663cc84a
commit 0b9e7aa05b
3 changed files with 3 additions and 3 deletions
@@ -22,7 +22,7 @@ public class ControllerStream {
private final static int PORT = 35043;
private final static int CONTROLLER_TIMEOUT = 3000;
private final static int CONTROLLER_TIMEOUT = 10000;
private ConnectionContext context;