diff options
Diffstat (limited to 'test.ts')
| -rw-r--r-- | test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |
