From 54b5bfbea16f3c180bd59e39d633d90ea007000f Mon Sep 17 00:00:00 2001 From: Thulinma Date: Tue, 1 May 2012 17:50:59 +0200 Subject: [PATCH] Increase timeout to 10 secs. --- server.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.html b/server.html index 1d018a48..097b3306 100644 --- a/server.html +++ b/server.html @@ -541,7 +541,7 @@ td "command": JSON.stringify(data) }, 'dataType': 'jsonp', - 'timeout': 2500, + 'timeout': 10000, 'error': function() { //console.log('ERROR ERROR ERROR @514'); @@ -623,7 +623,7 @@ td "command": JSON.stringify(data) }, 'dataType': 'jsonp', - 'timeout': 2500, + 'timeout': 10000, 'error': function() { //setHeaderState('disconnected');