aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/api/multiplePods.js4
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 })