-
-
Notifications
You must be signed in to change notification settings - Fork 30
perf(test): improve timeout for test cases #101
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
perf(test): improve timeout for test cases #101
Conversation
Timeout values added for test cases from environment variables. Fixes issue eicrud#100.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TEST_TIMEOUT should be at least 6000, here, in action-test.yml and in the .env.sample
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems to be in the wrong place, here it is attached to the mongo service
Default timeout value updated.
Fixes issue eicrud#100.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added a few more comments,
ideally we could make use of the setup.js mentioned in this issue so that we can set the default timeout for all tests and ditch the "testTimeout" in package.json. However we can already merge this if you want
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems to be in the wrong place, here it is attached to the mongo service
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
env.ts added for better variables management.
Fixes issue eicrud#100.
Timeout values added for test cases from environment variables.
Fixes issue #100.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information