Skip to content
GitLab
Menu
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
27c3c945
Verified
Commit
27c3c945
authored
Oct 18, 2021
by
Chocobozzz
Browse files
Increase some timeouts
parent
1e2fe802
Changes
2
Hide whitespace changes
Inline
Side-by-side
server/tests/api/notifications/moderation-notifications.ts
View file @
27c3c945
...
...
@@ -487,7 +487,7 @@ describe('Test moderation notifications', function () {
})
it
(
'
Should send notification to moderators on new video with auto-blacklist
'
,
async
function
()
{
this
.
timeout
(
4
0000
)
this
.
timeout
(
12
0000
)
videoName
=
'
video with auto-blacklist
'
+
buildUUID
()
const
video
=
await
servers
[
0
].
videos
.
upload
({
token
:
userAccessToken
,
attributes
:
{
name
:
videoName
}
})
...
...
server/tests/api/videos/video-imports.ts
View file @
27c3c945
...
...
@@ -266,7 +266,7 @@ Ajouter un sous-titre est vraiment facile`)
})
it
(
'
Should import a video that will be transcoded
'
,
async
function
()
{
this
.
timeout
(
1
20
_000
)
this
.
timeout
(
2
4
0
_000
)
const
attributes
=
{
name
:
'
transcoded video
'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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