mirror of https://codeberg.org/pzp/pzp-net.git
Increase test timeout
This commit is contained in:
parent
319dd8f4ab
commit
760e899876
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue