mortelee
4 years agoOccasional Contributor
Setting timeout does not work with cucumber-js v7
Hi
I'm busy migrating our tests from v6 to v7.
We set the timeout using the setDefaultTimeout function.
With v6 everything is working fine.
With v7 it seems that setDefaultTimeout is not working, I only get the timeouts to work in step methods when I add { timeout: 60000}.
Any ideas what can be different between v6 and v7?
Regards Marco