Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tests): Increasing Mocha timeouts #2649

Merged
merged 3 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/addons-v5/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
--recursive
--check-leaks
--require ./test/init.js
--timeout 60000
--timeout 180000
2 changes: 1 addition & 1 deletion packages/apps-v5/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
--require ./test/helpers.js
--reporter list
--recursive
--timeout 60000
--timeout 180000
2 changes: 1 addition & 1 deletion packages/certs-v5/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
--require ./test/helpers.js
--reporter list
--recursive
--timeout 60000
--timeout 180000
2 changes: 1 addition & 1 deletion packages/ci-v5/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test
--recursive
--timeout 60000
--timeout 180000
-R dot
--require test/test-setup.js
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 60000
--timeout 180000
2 changes: 1 addition & 1 deletion packages/container-registry-v5/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--require ./test/helpers.js
--reporter list
--recursive
--timeout 60000
--timeout 180000
2 changes: 1 addition & 1 deletion packages/oauth-v5/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
--require ./test/init.js
--recursive
--timeout 60000
--timeout 180000
2 changes: 1 addition & 1 deletion packages/orgs-v5/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
--require ./test/helpers.js
--recursive
--timeout 60000
--timeout 180000
2 changes: 1 addition & 1 deletion packages/pg-v5/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
--recursive
--require ./test/init.js
--timeout 60000
--timeout 180000
2 changes: 1 addition & 1 deletion packages/redis-v5/test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
--reporter list
--recursive
--exit
--timeout 60000
--timeout 180000
2 changes: 1 addition & 1 deletion packages/run-v5/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--require ./test/init.js
--recursive
--timeout 60000
--timeout 180000
--exit
2 changes: 1 addition & 1 deletion packages/spaces/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--require ./test/helpers.js
--reporter list
--recursive
--timeout 60000
--timeout 180000
Loading