Adjust sleep
This commit is contained in:
+1
-1
@@ -232,7 +232,7 @@
|
|||||||
const starter = deck[4];
|
const starter = deck[4];
|
||||||
|
|
||||||
displayCards(hand, starter);
|
displayCards(hand, starter);
|
||||||
await sleep(10);
|
await sleep(2);
|
||||||
|
|
||||||
const { score } = calculateScore(hand, starter);
|
const { score } = calculateScore(hand, starter);
|
||||||
if (score > maxScore) {
|
if (score > maxScore) {
|
||||||
|
|||||||
Reference in New Issue
Block a user