diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-10-30 20:18:36 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-10-30 20:18:36 +0100 |
commit | 88c8d45819e425eb690bccb5ee7928d2f82b7e6a (patch) | |
tree | 1900ad97fe9a98da0d62a0307201ddb873f29514 /test/api | |
parent | 2696b9af9651dac45d8e945f1e9664b4cfd18dce (diff) | |
download | PeerTube-88c8d45819e425eb690bccb5ee7928d2f82b7e6a.tar.gz PeerTube-88c8d45819e425eb690bccb5ee7928d2f82b7e6a.tar.zst PeerTube-88c8d45819e425eb690bccb5ee7928d2f82b7e6a.zip |
Modify README (travis badge, typos, general organization)
Diffstat (limited to 'test/api')
-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 511c1b975..bf7f27def 100644 --- a/test/api/multiplePods.js +++ b/test/api/multiplePods.js | |||
@@ -37,7 +37,7 @@ | |||
37 | } | 37 | } |
38 | 38 | ||
39 | before(function (done) { | 39 | before(function (done) { |
40 | this.timeout(20000) | 40 | this.timeout(30000) |
41 | var path_friends = '/api/pods/makefriends' | 41 | var path_friends = '/api/pods/makefriends' |
42 | 42 | ||
43 | utils.runMultipleServers(3, function (apps_run, urls_run) { | 43 | utils.runMultipleServers(3, function (apps_run, urls_run) { |
@@ -65,7 +65,7 @@ | |||
65 | done() | 65 | done() |
66 | }) | 66 | }) |
67 | }) | 67 | }) |
68 | }, 5000) | 68 | }, 10000) |
69 | }) | 69 | }) |
70 | }) | 70 | }) |
71 | }) | 71 | }) |