Increase test timeout

This commit is contained in:
Jacob Karlsson 2024-05-15 18:22:02 +02:00
parent 319dd8f4ab
commit 760e899876
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ test('Glueing together stats with connections', async (t) => {
await p(setTimeout)(1) await p(setTimeout)(1)
} }
await p(setTimeout)(1000) await p(setTimeout)(2000)
const fileContents = FS.readFileSync(statsJSONPath, 'utf8') const fileContents = FS.readFileSync(statsJSONPath, 'utf8')
const json = JSON.parse(fileContents) const json = JSON.parse(fileContents)