Skip to content

Commit

Permalink
fix: increase mocha timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
elbandito authored Dec 20, 2018
1 parent 73b4309 commit 7d31bc1
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 10 deletions.
1 change: 1 addition & 0 deletions packages/addons-v5/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
--recursive
--check-leaks
--require ./test/init.js
--timeout 50000
1 change: 1 addition & 0 deletions packages/apps-v5/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
--require ./test/helpers.js
--reporter list
--recursive
--timeout 50000
2 changes: 1 addition & 1 deletion packages/auth/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--watch-extensions ts
--recursive
--reporter spec
--timeout 10000
--timeout 50000
2 changes: 1 addition & 1 deletion packages/autocomplete/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--watch-extensions ts
--recursive
--reporter spec
--timeout 5000
--timeout 50000
2 changes: 1 addition & 1 deletion packages/buildpacks/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--watch-extensions ts
--recursive
--reporter spec
--timeout 10000
--timeout 50000
1 change: 1 addition & 0 deletions packages/certs-v5/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
--require ./test/helpers.js
--reporter list
--recursive
--timeout 50000
2 changes: 1 addition & 1 deletion packages/certs/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--watch-extensions ts
--recursive
--reporter spec
--timeout 5000
--timeout 50000
1 change: 1 addition & 0 deletions packages/ci-v5/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
test
--recursive
--timeout 50000
-R dot
2 changes: 1 addition & 1 deletion packages/ci/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--watch-extensions ts
--recursive
--reporter spec
--timeout 20000
--timeout 50000
2 changes: 1 addition & 1 deletion packages/cli/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--watch-extensions ts
--recursive
--reporter spec
--timeout 0
--timeout 60000
2 changes: 1 addition & 1 deletion packages/config/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--watch-extensions ts
--recursive
--reporter spec
--timeout 5000
--timeout 50000
1 change: 1 addition & 0 deletions packages/container-registry-v5/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--require ./test/helpers.js
--reporter list
--recursive
--timeout 50000
2 changes: 1 addition & 1 deletion packages/git/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--watch-extensions ts
--recursive
--reporter spec
--timeout 5000
--timeout 50000
1 change: 1 addition & 0 deletions packages/local-v5/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--timeout 50000
1 change: 1 addition & 0 deletions packages/oauth-v5/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
--require ./test/init.js
--recursive
--timeout 50000
1 change: 1 addition & 0 deletions packages/orgs-v5/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
--require ./test/helpers.js
--recursive
--timeout 50000
1 change: 1 addition & 0 deletions packages/pg-v5/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
--recursive
--require ./test/init.js
--timeout 50000
1 change: 1 addition & 0 deletions packages/pipelines-v5/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
--recursive
--reporter list
--exit
--timeout 50000
2 changes: 1 addition & 1 deletion packages/ps/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--watch-extensions ts
--recursive
--reporter spec
--timeout 5000
--timeout 50000
1 change: 1 addition & 0 deletions packages/redis-v5/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
--reporter list
--recursive
--exit
--timeout 50000
1 change: 1 addition & 0 deletions packages/spaces/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--require ./test/helpers.js
--reporter list
--recursive
--timeout 50000
2 changes: 1 addition & 1 deletion packages/status/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--watch-extensions ts
--recursive
--reporter spec
--timeout 5000
--timeout 50000
1 change: 1 addition & 0 deletions packages/webhooks-v5/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--require ./test/helpers.js
--reporter list
--recursive
--timeout 50000

0 comments on commit 7d31bc1

Please sign in to comment.