Skip to content

Commit

Permalink
fix: windows flakky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Mar 31, 2024
1 parent 516a1fb commit e9d78ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dev_server.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ test.group('DevServer', () => {
await devServer.startAndWatch(ts)
cleanup(() => devServer.close())

await sleep(500)
await sleep(1000)

assert.deepEqual(receivedMessages.length, 4)
})
}).timeout(10_000)
})

0 comments on commit e9d78ee

Please sign in to comment.