Skip to content

Commit

Permalink
fix: flakky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Apr 22, 2024
1 parent 963ad95 commit 91423af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dev_server.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ test.group('DevServer', () => {
await devServer.startAndWatch(ts)
cleanup(() => devServer.close())

await sleep(100)
await sleep(1000)
await fs.create('index.ts', 'foo')
}).waitForDone()

Expand Down

0 comments on commit 91423af

Please sign in to comment.