Skip to content

Commit 5231e55

Browse files
committed
Increasing the timeout
Signed-off-by: Matteo Collina <[email protected]>
1 parent e91e59a commit 5231e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export async function plugin (server, opts) {
3030
})
3131

3232
server.addHook('onClose', async () => {
33-
await sleep(100)
33+
await sleep(1000)
3434
})
3535

3636
for (const method of HTTP_METHODS) {

0 commit comments

Comments
 (0)