Skip to content

Commit d9a7efb

Browse files
author
Llorenç
committed
Increase time to show "Check ongoing issues"
1 parent 34a0db0 commit d9a7efb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/components/loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const loaderUrl = import.meta.glob("./loader.svg", {
1010
})["./loader.svg"] as string;
1111

1212
// Duration in milliseconds a user considers as taking forever
13-
const TAKING_FOREVER = 10000;
13+
const TAKING_FOREVER = 20000;
1414

1515
const loader = (takingForever = false) =>
1616
html`<div id="loader" class="c-loader">

0 commit comments

Comments
 (0)