diff --git a/services/web/public/coffee/ide/connection/ConnectionManager.coffee b/services/web/public/coffee/ide/connection/ConnectionManager.coffee
index 40ea21f5a7..49774416e8 100644
--- a/services/web/public/coffee/ide/connection/ConnectionManager.coffee
+++ b/services/web/public/coffee/ide/connection/ConnectionManager.coffee
@@ -24,6 +24,7 @@ define [], () ->
@ide.socket = io.connect null,
reconnect: false
+ 'connect timeout': 30 * 1000
"force new connection": true
@ide.socket.on "connect", () =>
@@ -42,7 +43,7 @@ define [], () ->
@ide.socket.on "connect_failed", () =>
@connected = false
$scope.$apply () =>
- @$scope.state.error = "Unable to connect, please view the connection problems guide to fix the issue."
+ @$scope.state.error = "Unable to connect, please view the connection problems guide to fix the issue."