Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
9ec435c8
Verified
Commit
9ec435c8
authored
Jan 11, 2023
by
Chocobozzz
Browse files
Increase tests timeout
parent
8c4bbd94
Changes
2
Hide whitespace changes
Inline
Side-by-side
server/tests/external-plugins/auto-block-videos.ts
View file @
9ec435c8
...
...
@@ -30,7 +30,7 @@ describe('Official plugin auto-block videos', function () {
let
port
:
number
before
(
async
function
()
{
this
.
timeout
(
6
0000
)
this
.
timeout
(
12
0000
)
servers
=
await
createMultipleServers
(
2
)
await
setAccessTokensToServers
(
servers
)
...
...
server/tests/external-plugins/auto-mute.ts
View file @
9ec435c8
...
...
@@ -21,7 +21,7 @@ describe('Official plugin auto-mute', function () {
let
port
:
number
before
(
async
function
()
{
this
.
timeout
(
3
0000
)
this
.
timeout
(
12
0000
)
servers
=
await
createMultipleServers
(
2
)
await
setAccessTokensToServers
(
servers
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment