]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/utils/follows.ts
Add ability to list jobs
[github/Chocobozzz/PeerTube.git] / server / tests / utils / follows.ts
index b88776011e590f4235782b60a806f101062305b1..033c6a719828f5f026451d1c895ad9eb6456b5f1 100644 (file)
@@ -61,7 +61,7 @@ async function doubleFollow (server1: ServerInfo, server2: ServerInfo) {
   ])
 
   // Wait request propagation
-  await wait(20000)
+  await wait(10000)
 
   return true
 }