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:
3f1ac36
)
Fix travis tests
author
Chocobozzz
<florian.bigard@gmail.com>
Sun, 25 Jun 2017 13:02:08 +0000
(15:02 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Sun, 25 Jun 2017 13:02:08 +0000
(15:02 +0200)
server/tests/api/multiple-pods.js
patch
|
blob
|
history
diff --git
a/server/tests/api/multiple-pods.js
b/server/tests/api/multiple-pods.js
index feba68d743f2ffac9118311a9a4142fc223bdabd..d2c954b3aa53fb72c6a47422a3d0bf8a09b8ccfb 100644
(file)
--- a/
server/tests/api/multiple-pods.js
+++ b/
server/tests/api/multiple-pods.js
@@
-170,7
+170,8
@@
describe('Test multiple pods', function () {
videosUtils.uploadVideo(servers[1].url, servers[1].accessToken, videoAttributes, next)
},
function (next) {
- setTimeout(next, 22000)
+ // Transcoding, so wait more that 22 seconds
+ setTimeout(next, 42000)
}],
// All pods should have this video
function (err) {