Adjust sleep

This commit is contained in:
2026-02-14 13:51:19 -07:00
parent 0c7c49b714
commit a27250563d
+1 -1
View File
@@ -232,7 +232,7 @@
const starter = deck[4];
displayCards(hand, starter);
await sleep(10);
await sleep(2);
const { score } = calculateScore(hand, starter);
if (score > maxScore) {