diff --git a/test/glue.test.js b/test/glue.test.js index ba7cea6..47f64cc 100644 --- a/test/glue.test.js +++ b/test/glue.test.js @@ -63,7 +63,7 @@ test('Glueing together stats with connections', async (t) => { await p(setTimeout)(1) } - await p(setTimeout)(1000) + await p(setTimeout)(2000) const fileContents = FS.readFileSync(statsJSONPath, 'utf8') const json = JSON.parse(fileContents)