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

Event timeouts #386

Merged
merged 6 commits into from
May 7, 2019
Merged

Event timeouts #386

merged 6 commits into from
May 7, 2019

Conversation

marcelomorgado
Copy link
Contributor

@marcelomorgado marcelomorgado commented May 7, 2019

Issue link

#384
#329
#379 (comment)
#379 (comment)

Auto-close the issue?

Closes #384

Types of changes

Bug fix (non-breaking change that fixes an issue)

Technical debt (a code change that doesn't fix a bug or add a feature but makes something clearer for devs)

This was referenced May 7, 2019
@pcowgill
Copy link
Member

pcowgill commented May 7, 2019

I updated the description of the PR to remove the part about closing the non-deterministic tests issue automatically based on my comment over in that issue

return this.#timeout;
};

setEventsTimeout = timeout => {
Copy link
Member

Choose a reason for hiding this comment

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

Should we call it something other than events to indicate that it can relate to confirmations too and not just “contract events”?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, setTimeout sounds good?

Copy link
Member

Choose a reason for hiding this comment

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

Yeah!

packages/tasit-sdk/src/Decentraland.test.js Show resolved Hide resolved
@pcowgill pcowgill merged commit 725fe8c into develop May 7, 2019
@pcowgill pcowgill deleted the feature/timeout branch May 7, 2019 23:33
@pcowgill pcowgill mentioned this pull request May 9, 2019
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.

Make sure that events timeout are working
2 participants