Increase timeout to 10 secs.
This commit is contained in:
parent
feaa2d5f90
commit
54b5bfbea1
1 changed files with 2 additions and 2 deletions
|
@ -541,7 +541,7 @@ td
|
||||||
"command": JSON.stringify(data)
|
"command": JSON.stringify(data)
|
||||||
},
|
},
|
||||||
'dataType': 'jsonp',
|
'dataType': 'jsonp',
|
||||||
'timeout': 2500,
|
'timeout': 10000,
|
||||||
'error': function()
|
'error': function()
|
||||||
{
|
{
|
||||||
//console.log('ERROR ERROR ERROR @514');
|
//console.log('ERROR ERROR ERROR @514');
|
||||||
|
@ -623,7 +623,7 @@ td
|
||||||
"command": JSON.stringify(data)
|
"command": JSON.stringify(data)
|
||||||
},
|
},
|
||||||
'dataType': 'jsonp',
|
'dataType': 'jsonp',
|
||||||
'timeout': 2500,
|
'timeout': 10000,
|
||||||
'error': function()
|
'error': function()
|
||||||
{
|
{
|
||||||
//setHeaderState('disconnected');
|
//setHeaderState('disconnected');
|
||||||
|
|
Loading…
Add table
Reference in a new issue