Skip to content

[🚀 Request] Make the sleep after open-resources configurable #1544

@DavyLandman

Description

Describe the request

There is an explicit, non-skippable sleep inside openResources. There is no way to disable that, can we make that a parameter? Or alternatively replace it with some driver.wait call?

Usage

Every one of our tests opens a different file, and loose 3s on openResources everytime. We cannot batch the "open" calls. It would make our tests quite bit faster if we can drop the sleep, and just wait for the editor to show up with that file.

Which we already have to do, since sometimes on slow machines it can take longer to open a workspace than 3s. (or even sometimes a file)

PS: I'm more than happy to submit a PR to add a parameter with a default in there, if this has a chance of getting merged ;)

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

  • Status

    In Review

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions