Increase timeout

This commit is contained in:
Chocobozzz
2021-09-07 08:33:58 +02:00
parent ddd677e4fd
commit 61e9908c31

View File

@@ -450,7 +450,7 @@ describe('Test config', function () {
})
it('Should have the configuration updated after a restart', async function () {
this.timeout(10000)
this.timeout(30000)
await killallServers([ server ])