From a27250563d1b02a0aaad6108a00055ae02fbc3a6 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 14 Feb 2026 13:51:19 -0700 Subject: [PATCH] Adjust sleep --- crib-count.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {