Adjust sleep
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user