diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-06-25 15:15:03 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-06-25 15:15:03 +0200 |
commit | 945075ad45d4f226bb368c21d8f50abf2479d73b (patch) | |
tree | 1248f9bba59e0024e2ad831e867174bee62626bc | |
parent | 12028e7a17d0519a7dd052cf3d8c639feab8c87c (diff) | |
download | PeerTube-945075ad45d4f226bb368c21d8f50abf2479d73b.tar.gz PeerTube-945075ad45d4f226bb368c21d8f50abf2479d73b.tar.zst PeerTube-945075ad45d4f226bb368c21d8f50abf2479d73b.zip |
Oup's, forgot to increate timeout test
-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) { |