diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/server/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/config.ts b/server/tests/api/server/config.ts index fd61e95df..c4dd882b8 100644 --- a/server/tests/api/server/config.ts +++ b/server/tests/api/server/config.ts | |||
@@ -450,7 +450,7 @@ describe('Test config', function () { | |||
450 | }) | 450 | }) |
451 | 451 | ||
452 | it('Should have the configuration updated after a restart', async function () { | 452 | it('Should have the configuration updated after a restart', async function () { |
453 | this.timeout(10000) | 453 | this.timeout(30000) |
454 | 454 | ||
455 | await killallServers([ server ]) | 455 | await killallServers([ server ]) |
456 | 456 | ||