Increase timeout

This commit is contained in:
Chocobozzz 2021-09-07 08:33:58 +02:00
parent ddd677e4fd
commit 61e9908c31
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

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 ])