Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

fix: remove timeouts #104

Merged
merged 3 commits into from
Jul 8, 2021
Merged

fix: remove timeouts #104

merged 3 commits into from
Jul 8, 2021

Conversation

achingbrain
Copy link
Member

Control them with global --timeout settings instead as some CI systems have worse performance than others.

Control them with global --timeout settings instead as some CI systems
have worse performance than others.
psB.subscribe(topic)
])
psA.subscribe(topic),
psB.subscribe(topic)
Copy link
Member Author

Choose a reason for hiding this comment

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

This is a synchronous operation so no need to wrap it in a promise.all

@achingbrain achingbrain merged commit 3699c17 into master Jul 8, 2021
@achingbrain achingbrain deleted the fix/make-tests-more-reliable branch July 8, 2021 14:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant