-
Notifications
You must be signed in to change notification settings - Fork 49
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
How to change timeout? #175
Comments
currently, you cannot |
Is there any type of workaround I could use in the meantime? Maybe changing options directly on zombie rather than mink extension? |
There is an abandoned #154 PR, that once fixed would allow setting options of created Zombie process. My guess is that MinkExtension also needs to have a PR to allow specifying Zombie options. |
Thanks, closing this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting
Error: Timeout: did not get to load all resources on this page
and apparently it's a timeout issue as per this issue in Zombie repo.I'm using Behat and MinkExtension but the docs doesn't explain how to change Zombie's
waitDuration
, how do I do this?The text was updated successfully, but these errors were encountered: