From 3f749131cfe71349a89544ea4339f91feaa2913a Mon Sep 17 00:00:00 2001 From: MohammadHoseinPaymard <talacemi@gmail.com> Date: Mon, 26 May 2025 14:36:59 +0330 Subject: [PATCH] update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 29927fa..84dff62 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ const { sleep } = require('./util'); require(path.join(process.cwd(),"..","server","dist","database.js")); -(function(){ +(async function(){ await sleep(5e3); console.time("WorkflowTester")