]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/search/search-videos.ts
Move test functions outside extra-utils
[github/Chocobozzz/PeerTube.git] / server / tests / api / search / search-videos.ts
index bd1e4d266eabd6a109442a7eb01bbb056c3a4050..c544705d37a5ae40cc0d504637b3f7bd4a1b8a8f 100644 (file)
@@ -10,10 +10,10 @@ import {
   SearchCommand,
   setAccessTokensToServers,
   setDefaultVideoChannel,
-  stopFfmpeg,
-  wait
-} from '@shared/extra-utils'
+  stopFfmpeg
+} from '@shared/server-commands'
 import { VideoPrivacy } from '@shared/models'
+import { wait } from '@shared/core-utils'
 
 const expect = chai.expect
 
@@ -27,7 +27,7 @@ describe('Test videos search', function () {
   let command: SearchCommand
 
   before(async function () {
-    this.timeout(120000)
+    this.timeout(240000)
 
     const servers = await Promise.all([
       createSingleServer(1),