aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-09-07 08:33:58 +0200
committerChocobozzz <me@florianbigard.com>2021-09-07 08:33:58 +0200
commit61e9908c31406f60a3a39166ef47f6706aed3b38 (patch)
tree9080181b6147179e560eae315f0bc2437f6e820e /server/tests
parentddd677e4fdef4544773f6f426b4853d494df615e (diff)
downloadPeerTube-61e9908c31406f60a3a39166ef47f6706aed3b38.tar.gz
PeerTube-61e9908c31406f60a3a39166ef47f6706aed3b38.tar.zst
PeerTube-61e9908c31406f60a3a39166ef47f6706aed3b38.zip
Increase timeout
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/server/config.ts2
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