diff options
-rw-r--r-- | server/tests/api/multiple-pods.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/multiple-pods.js b/server/tests/api/multiple-pods.js index d2c954b3a..c1b5fc9f5 100644 --- a/server/tests/api/multiple-pods.js +++ b/server/tests/api/multiple-pods.js | |||
@@ -153,7 +153,7 @@ describe('Test multiple pods', function () { | |||
153 | }) | 153 | }) |
154 | 154 | ||
155 | it('Should upload the video on pod 2 and propagate on each pod', function (done) { | 155 | it('Should upload the video on pod 2 and propagate on each pod', function (done) { |
156 | this.timeout(30000) | 156 | this.timeout(60000) |
157 | 157 | ||
158 | series([ | 158 | series([ |
159 | function (next) { | 159 | function (next) { |