Skip to content

Commit

Permalink
Lengthen optimistic state timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
MangoSwirl committed Jan 7, 2024
1 parent 5b6060b commit 8b78255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/tools/lab-certification/CertifiedButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
if (pendingUpdate != null) return;

pendingUpdate = !certified;
setTimeout(() => (pendingUpdate = null), 1000);
setTimeout(() => (pendingUpdate = null), 2000);
}}
class:certified={displayCertified}
class:onSecondaryContainer
Expand Down

0 comments on commit 8b78255

Please sign in to comment.