diff options
author | Chocobozzz <me@florianbigard.com> | 2021-09-07 08:33:58 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-09-07 08:33:58 +0200 |
commit | 61e9908c31406f60a3a39166ef47f6706aed3b38 (patch) | |
tree | 9080181b6147179e560eae315f0bc2437f6e820e | |
parent | ddd677e4fdef4544773f6f426b4853d494df615e (diff) | |
download | PeerTube-61e9908c31406f60a3a39166ef47f6706aed3b38.tar.gz PeerTube-61e9908c31406f60a3a39166ef47f6706aed3b38.tar.zst PeerTube-61e9908c31406f60a3a39166ef47f6706aed3b38.zip |
Increase timeout
-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 | ||