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

Global slowness on CI, simple test like clicking on a component taking from 20s to minutes #276

Open
ron190 opened this issue Jan 21, 2025 · 1 comment

Comments

@ron190
Copy link

ron190 commented Jan 21, 2025

Hello, I have a moderately dense GUI, I'm looking for specific reasons why simple command lasts at least 20s on GitHub Actions, some taking minutes for one click :

@Test
void shouldFindInjectionPreferences() {
    AppUiTest.window.checkBox("checkboxIsParsingForm").click();
    AppUiTest.window.checkBox("checkboxIsParsingForm").click();
}

All the tests are instant on local (source code, GH actions logs), the entire test suite in this file lasts 59s in local, and it lasts 2h16m on GH actions.

Is there a problem about lookup by name ? about EDT ?

Is there any ways to speedup one click in some ways ?

@ron190 ron190 changed the title Clicking same component takes 20s Global slowness, simple test like clicking on a component taking from 20s to minutes Jan 22, 2025
@ron190 ron190 changed the title Global slowness, simple test like clicking on a component taking from 20s to minutes Global slowness on CI, simple test like clicking on a component taking from 20s to minutes Jan 22, 2025
@ron190
Copy link
Author

ron190 commented Jan 31, 2025

Test suite takes 2h16m on jdk11 and it takes 7mn on jdk21 to be more precise.

I wonder if any jdk11 component is the root cause to such a delay, or in opposition if any jdk21 improvment explains such gain of speed.

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

No branches or pull requests

1 participant