Skip to content

Commit ea6f397

Browse files
committed
another timeout update
1 parent bbd4916 commit ea6f397

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/app/actions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,6 +1237,7 @@ export function upgradeSystem(upgradePackage) {
12371237
logAction('upgradeSystem', { upgradePackage });
12381238

12391239
function ping() {
1240+
logAction('ping');
12401241
let xhr = new XMLHttpRequest();
12411242
xhr.open('GET', '/version', true);
12421243
xhr.onload = () => reloadTo('/fe/systems/:system', { afterupgrade: true });
@@ -1270,7 +1271,7 @@ export function upgradeSystem(upgradePackage) {
12701271
state: 'IN_PROGRESS'
12711272
});
12721273

1273-
setTimeout(ping, 5000);
1274+
setTimeout(ping, 20000);
12741275
},
12751276
20000
12761277
);

0 commit comments

Comments
 (0)