]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/cli/peertube.ts
Clean up peertube auth
[github/Chocobozzz/PeerTube.git] / server / tests / cli / peertube.ts
index 548fd12579446c75980d1947754efbbdd4d9b197..7a712bc4e9466493f80eeda48dc5a4089dc091a9 100644 (file)
@@ -40,10 +40,12 @@ describe('Test CLI wrapper', function () {
     this.timeout(60000)
 
     const env = getEnvCli(server)
-    const stdout = await execCLI(`${env} ` + cmd + ` auth add --url ${server.url} -U user_1 -p "super password"`)
+    await execCLI(`${env} ` + cmd + ` auth add --url ${server.url} -U user_1 -p "super password"`)
   })
 
   after(async function () {
+    this.timeout(10000)
+
     await execCLI(cmd + ` auth del ${server.url}`)
 
     killallServers([ server ])