projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e11f67
)
Increase test timeout for travis
author
Chocobozzz
<me@florianbigard.com>
Wed, 27 Jun 2018 08:07:41 +0000
(10:07 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Wed, 27 Jun 2018 08:07:41 +0000
(10:07 +0200)
server/tests/api/check-params/users.ts
patch
|
blob
|
history
diff --git
a/server/tests/api/check-params/users.ts
b/server/tests/api/check-params/users.ts
index f36146c538c8bdac0f01cdc42139e958bfa41da5..28537315e1f03a3e98ef022d1521d9dbcc80b58b 100644
(file)
--- a/
server/tests/api/check-params/users.ts
+++ b/
server/tests/api/check-params/users.ts
@@
-575,7
+575,7
@@
describe('Test users API validators', function () {
})
it('Should fail with a registered user having too many video', async function () {
- this.timeout(
15
000)
+ this.timeout(
30
000)
const user = {
username: 'user3',