diff --git a/crib-count.html b/crib-count.html index 82f4d1b..a355595 100644 --- a/crib-count.html +++ b/crib-count.html @@ -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) {