-
Notifications
You must be signed in to change notification settings - Fork 0
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
Secret flow #46
Secret flow #46
Conversation
@@ -108,7 +108,7 @@ export const config = { | |||
baseUrl: 'http://cdp.127.0.0.1.sslip.io:3333', | |||
// | |||
// Default timeout for all waitFor* commands. | |||
waitforTimeout: 6000, | |||
waitforTimeout: 30000, |
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.
How come this has had to go up so much? Pretty sure it was reduced to stop the massive amount of reties when something fails
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.
Because secret updates takes a while. Basically when the stubs are simulating the lambda. But we could refine that. Though atm 6000 is too short.
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.
LGTM 👍
No description provided.