summaryrefslogtreecommitdiff
path: root/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test.ts')
-rw-r--r--test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.ts b/test.ts
index c298b7aab..7c395663e 100644
--- a/test.ts
+++ b/test.ts
@@ -10,7 +10,7 @@ const fileServer = run({
args: ["deno", "--allow-net", "file_server.ts", "."]
});
// I am also too lazy to do this properly LOL
-runTests(new Promise(res => setTimeout(res, 1000)));
+runTests(new Promise(res => setTimeout(res, 5000)));
(async () => {
await completePromise;
fileServer.close();