This commit is contained in:
Wade Wegner 2017-09-14 09:12:58 +02:00
Родитель a57f869c00
Коммит 490ed34c5d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -29,7 +29,7 @@ $(document).ready(() => {
data: JSON.stringify(commandData),
contentType: 'application/json; charset=utf-8',
dataType: 'json',
timeout: 60000,
timeout: 120000,
success: (commandDataResponse) => {
update_status(`${commandDataResponse.message}`);
},