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

Change monitor intervals from milliseconds to seconds #1314

Merged
merged 1 commit into from
Apr 15, 2022

Conversation

davidkel
Copy link
Contributor

For the fabric tests the monitor intervals were set to single
millisecond values such as 3, 4, 5. This adds a massive overhead to the
running of the integration tests and isn't needed, so changing them to
be seconds instead.

Signed-off-by: D d_kelsey@uk.ibm.com

For the fabric tests the monitor intervals were set to single
millisecond values such as 3, 4, 5. This adds a massive overhead to the
running of the integration tests and isn't needed, so changing them to
be seconds instead.

Signed-off-by: D <d_kelsey@uk.ibm.com>
@davidkel davidkel requested a review from aklenik April 14, 2022 10:07
Copy link
Contributor

@aklenik aklenik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is probably a leftover bug from when interval was considered as seconds.
Maybe we should look at unifying the duration specifications across Caliper with something like this: https://www.npmjs.com/package/parse-duration

@davidkel davidkel merged commit 57d8d46 into hyperledger:main Apr 15, 2022
@davidkel davidkel deleted the fixtimers2 branch April 15, 2022 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants