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

Users can now modify ActionChains() duration. #1812

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

rasjani
Copy link
Contributor

@rasjani rasjani commented Jan 19, 2023

Fixes #1768

not tested .. if it doesn't work, feel free to pick up with the needed changes ..

@rasjani rasjani force-pushed the issue-1768 branch 3 times, most recently from db6433b to a57a0d3 Compare January 19, 2023 16:02
Fixes robotframework#1768

Now includes utest for setter/getter and test that correct delay is
passed to ActionChains() constructor
@emanlove emanlove merged commit 6d908e1 into robotframework:master Apr 27, 2023
@emanlove emanlove added acknowledge To be acknowledged in release notes and removed in progress labels Apr 28, 2023
@emanlove emanlove added this to the v6.1.0 milestone Apr 28, 2023
@emanlove emanlove removed this from the v6.1.0 milestone Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acknowledge To be acknowledged in release notes enhancement priority: high
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keywords which uses action chains are having a default 250ms timeout which cannot be overriden.
2 participants