Skip to content

Commit

Permalink
Merge "ui: increase initial timeout to 60s" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Oct 27, 2023
2 parents c4f1591 + 30ea856 commit 79731f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<script type="text/javascript">
'use strict';
(function () {
const TIMEOUT_MS = 20000;
const TIMEOUT_MS = 60000;
let errTimerId = undefined;

function errHandler(err) {
Expand Down

0 comments on commit 79731f6

Please sign in to comment.