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

increase timeouts #3814

Merged
merged 1 commit into from
Dec 11, 2020
Merged

increase timeouts #3814

merged 1 commit into from
Dec 11, 2020

Conversation

frankiebee
Copy link
Contributor

Current tests on (rc)[#3757] are failing only in github actions

this fixes that by increasing the timeouts

With the new version of Firefox 83 the time to run the tests have increased thank you @cgewecke for finding this!

GregTheGreek
GregTheGreek previously approved these changes Dec 11, 2020
@GregTheGreek GregTheGreek self-requested a review December 11, 2020 22:10
@GregTheGreek GregTheGreek dismissed their stale review December 11, 2020 22:10

thought test was passing


const password = "qwerty";
const addressFromWallet = wallet[0].address;
it("encrypt then decrypt wallet", function(done) {
Copy link
Contributor

Choose a reason for hiding this comment

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

the test was changed to be async, you need to make sure that done() is called resolve the test

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done is called on line 413
it possible the timeout is not long enough :{
but hopefully the rerun will fix that.. something in the new update of firefox changed execution time of encrypt

@coveralls
Copy link

Coverage Status

Coverage decreased (-2.4%) to 78.034% when pulling 247a1c8 on test/timeout-increase into 124b7c0 on 1.x.

@frankiebee frankiebee merged commit 27c9679 into 1.x Dec 11, 2020
@frankiebee frankiebee deleted the test/timeout-increase branch December 11, 2020 22:28
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.

None yet

4 participants