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

Allow default timeouts for functional tests to be configured in intern.json #772

Closed
bryanforbes opened this issue Jul 15, 2017 · 0 comments
Labels
enhancement A new or improved feature
Milestone

Comments

@bryanforbes
Copy link
Member

bryanforbes commented Jul 15, 2017

Currently, users are required to call Command#setFindTimeout(), Command#setExecuteAsyncTimeout(), and Command#setPageLoadTimeout() somewhere in their functional tests in order to increase the defaults (the default find timeout is 0). It would be very nice to be able to configure these from within intern.json:

{
    "functionalTimeouts": {
        "find": 5000,
        "executeAsync": 10000,
        "pageLoad": 2000
    }
}
@bryanforbes bryanforbes added enhancement A new or improved feature intern-4 labels Jul 15, 2017
@morrinene morrinene added this to the Intern 4.0 milestone Jul 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new or improved feature
Projects
None yet
Development

No branches or pull requests

2 participants