From e9fca79bc72930f14911ee482be159a638ed1213 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Tue, 20 Dec 2022 18:28:35 +0100 Subject: [PATCH] 1secdelay --- call.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call.js b/call.js index e30d55c..8735372 100644 --- a/call.js +++ b/call.js @@ -37,7 +37,7 @@ async function make_phrases () { console.log("out of terms, stopping"); break; } - await (sleep(0.1)); + await (sleep(1.0)); } }