]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/plugin-helpers.ts
Introduce search command
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / plugin-helpers.ts
index f72de82296fc7a906251181d8bd9ce50e471ff61..0296d6eb73a244e2e367ce2db803f9c014de022a 100644 (file)
@@ -144,7 +144,7 @@ describe('Test plugin helpers', function () {
     let videoUUIDServer1: string
 
     before(async function () {
-      this.timeout(30000)
+      this.timeout(60000)
 
       {
         const res = await uploadVideoAndGetId({ server: servers[0], videoName: 'video server 1' })