I have a small query. The storyTimeoutInSeconds is this timeout set for the batch of .story files in the .stories class or is this timeout per story?
In my project once the storyTimeoutInSeconds is exceeded the particular story that is running at that time times out which i expected but all the following story's timeout at this stage also and as a concequence I get the following warning: [WARNING] Failed to run batch story/foo/bar.story: java.util.concurrent.CancellationException (This again could be my configuration) I'm just wondering is that the expected behaviour? Cheers, Mary
