Skip to content
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

Some scripts taking more hours than expected time, is there any cutoff time there to limit execution of a test script #77

Closed
githubdilip opened this issue Jan 19, 2017 · 1 comment

Comments

@githubdilip
Copy link

Few test scripts executed more than 7 hours, even though there is some error like error communicating with the server and element is not visible, which usually will be executed within 5 minutes.

Is there any cutoff time available in QAF so that we can limit the test execution which will avoid such kind of issues.

@cjayswal
Copy link
Member

Did you tried specifing “timeOut” attribute of @test annotation? For example:
in java

@Test ( timeOut = 150000 )

in BDD

META-DATA: {"timeout":150000 }

Closing issue as not bug or feature request. Please post question in user group.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants