increase time

This commit is contained in:
2026-05-10 10:31:40 +02:00
parent dd407a7084
commit df582d8bf1
+1 -1
View File
@@ -93,7 +93,7 @@ function gotLock() {
wsSend({action: "skipc"}); wsSend({action: "skipc"});
wsSend({action: "skipi"}); wsSend({action: "skipi"});
pollLockHeld = true; pollLockHeld = true;
}, 500 + (Math.random() * 1000)) }, 500 + (Math.random() * 2500))
} }
function handleLockState(msg) { function handleLockState(msg) {