]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/remotes.ts
Usernames are case insensitive now
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / remotes.ts
index b36f1c08be0fe6efe5ce9ac8592819d9cc346423..6d17474425949fb9dd8317e2d66619d3d6248cbe 100644 (file)
@@ -1,5 +1,7 @@
 /* tslint:disable:no-unused-expression */
 
+import 'mocha'
+
 import {
   ServerInfo,
   flushTests,
@@ -14,7 +16,7 @@ describe('Test remote videos API validators', function () {
   // ---------------------------------------------------------------
 
   before(async function () {
-    this.timeout(20000)
+    this.timeout(60000)
 
     await flushTests()