Fixed
Details
Assignee
Mauro TaleviMauro TaleviReporter
Przemyslaw KwiecienPrzemyslaw KwiecienComponents
Fix versions
Priority
Major
Details
Details
Assignee
Mauro Talevi
Mauro TaleviReporter
Przemyslaw Kwiecien
Przemyslaw KwiecienComponents
Fix versions
Priority

Created August 14, 2014 at 12:56 PM
Updated August 24, 2014 at 8:00 PM
Resolved August 24, 2014 at 8:00 PM
Some time (useStoryTimeoutInSecs) after starting my tests web browser is closed with warning" [WARNING] Story com/sample/qa/stories/login.story duration of 101 seconds has exceeded timeout of 100 seconds".
No one executed story exceed this time. This is even before "login.story" execution. The clue is that the story contains all @Before and @After methods. The story is executed as one of last (stories are independent so this is not a problem). So looks like timer is started for the story not in situation where story execution is started but when @BeforeStories from that story is run for first executed story.
As a hook I exceeded useStoryTimeoutInSecs very much (for length of all my stories execution), but in that case I am loosing mechanism for verifying story execution time.
I am using following JBehave versions:
<jbehave.core.version>4.0-beta-9</jbehave.core.version>
<jbehave.site.version>3.2</jbehave.site.version>