-
Notifications
You must be signed in to change notification settings - Fork 203
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
CW 882: Integrate Seed Verification Flow To Integration Tests #1966
base: main
Are you sure you want to change the base?
CW 882: Integrate Seed Verification Flow To Integration Tests #1966
Conversation
…Integrate-Seed-Verification-Flow-To-Integration-Tests
… test script to add a watch dog to prevent infinite running on CI
https://github.com/cake-tech/cake_wallet into Integrate-Seed-Verification-Flow-To-Integration-Tests
static const int verificationWordsCount = 2; |
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.
why? we want this to skip verification in debug
let's find a way to make the tests run in release mode, if not, then we can find a different approach, maybe set it in an environment variable and use that or if you have something else in mind
or use the TestAssetBundle
that you made
Issue Number (if Applicable): Fixes #
Description
Please include a summary of the changes and which issue is fixed / feature is added.
Pull Request - Checklist