diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-22 09:20:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-22 09:22:08 +0200 |
commit | 33b91e53d21fba295ecf516b717fb36e91990771 (patch) | |
tree | c3e6c31636a47b64c164c1e91ee2125bbc61339e /server/tests/cli | |
parent | 679f8800cdc0ef925fae9ca26fb2892a8f475ad5 (diff) | |
download | PeerTube-33b91e53d21fba295ecf516b717fb36e91990771.tar.gz PeerTube-33b91e53d21fba295ecf516b717fb36e91990771.tar.zst PeerTube-33b91e53d21fba295ecf516b717fb36e91990771.zip |
Remove low timeouts
Default timeout is 30s
Diffstat (limited to 'server/tests/cli')
-rw-r--r-- | server/tests/cli/peertube.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/server/tests/cli/peertube.ts b/server/tests/cli/peertube.ts index 400d5867c..ad14fde91 100644 --- a/server/tests/cli/peertube.ts +++ b/server/tests/cli/peertube.ts | |||
@@ -321,15 +321,11 @@ describe('Test CLI wrapper', function () { | |||
321 | }) | 321 | }) |
322 | 322 | ||
323 | after(async function () { | 323 | after(async function () { |
324 | this.timeout(10000) | ||
325 | |||
326 | await cleanupTests([ anotherServer ]) | 324 | await cleanupTests([ anotherServer ]) |
327 | }) | 325 | }) |
328 | }) | 326 | }) |
329 | 327 | ||
330 | after(async function () { | 328 | after(async function () { |
331 | this.timeout(10000) | ||
332 | |||
333 | await cleanupTests([ server ]) | 329 | await cleanupTests([ server ]) |
334 | }) | 330 | }) |
335 | }) | 331 | }) |