minkphp / MinkZombieDriver

Zombie.js driver for Mink framework
41 stars 49 forks source link

How to change timeout? #175

Closed christopher-francisco closed 7 years ago

christopher-francisco commented 7 years ago

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?

stof commented 7 years ago

currently, you cannot

christopher-francisco commented 7 years ago

Is there any type of workaround I could use in the meantime? Maybe changing options directly on zombie rather than mink extension?

aik099 commented 7 years ago

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.

christopher-francisco commented 7 years ago

Thanks, closing this