diff options
Diffstat (limited to 'test/api/multiplePods.js')
-rw-r--r-- | test/api/multiplePods.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/api/multiplePods.js b/test/api/multiplePods.js index dd666d73e..a831e0fa6 100644 --- a/test/api/multiplePods.js +++ b/test/api/multiplePods.js | |||
@@ -140,7 +140,7 @@ | |||
140 | }) | 140 | }) |
141 | 141 | ||
142 | it('Should upload two videos on pod 3 and propagate on each pod', function (done) { | 142 | it('Should upload two videos on pod 3 and propagate on each pod', function (done) { |
143 | this.timeout(15000) | 143 | this.timeout(30000) |
144 | 144 | ||
145 | utils.uploadVideo(urls[2], 'my super name for pod 3', 'my super description for pod 3', 'video_short3.webm', function (err) { | 145 | utils.uploadVideo(urls[2], 'my super name for pod 3', 'my super description for pod 3', 'video_short3.webm', function (err) { |
146 | if (err) throw err | 146 | if (err) throw err |
@@ -183,7 +183,7 @@ | |||
183 | 183 | ||
184 | done() | 184 | done() |
185 | }) | 185 | }) |
186 | }, 11000) | 186 | }, 22000) |
187 | }) | 187 | }) |
188 | }) | 188 | }) |
189 | }) | 189 | }) |