Skip to content

Conversation

@sanderegg
Copy link
Member

@sanderegg sanderegg commented Jun 13, 2025

What do these changes do?

Increased the time waiting for the website to come up. Since it is slow and the machines testing are weak.
now waits 1 minute instead of 10 seconds, which already on my own computer would not be enough.

These tests are impossible to test locally for me. I am tempted to move all this to playwright. or ditch them if it has no value.

Related issue/s

How to test

Dev-ops

@sanderegg sanderegg added this to the Engage milestone Jun 13, 2025
@sanderegg sanderegg self-assigned this Jun 13, 2025
@sanderegg sanderegg added e2e Bugs found by or related to the end-2-end testing release Preparation for pre-release/release 🤖-automerge marks PR as ready to be merged for Mergify labels Jun 13, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR increases the waiting timeout in the end-to-end startup test to accommodate slower performance on GitHub's machines.

  • Increases the timeout from 10 seconds to 60 seconds.
Comments suppressed due to low confidence (1)

tests/e2e/tests/startupCalls.js:50

  • [nitpick] Consider adding a brief comment explaining why the timeout was increased to 60000ms (e.g., to accommodate GitHub machine performance).
await page.waitFor(60000);

@sanderegg
Copy link
Member Author

@mergify queue

@sanderegg sanderegg force-pushed the increase-e2e-timeout branch from d51539a to 2d9027f Compare June 13, 2025 10:44
@mergify
Copy link
Contributor

mergify bot commented Jun 13, 2025

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at d0e305f

@sonarqubecloud
Copy link

@odeimaiz
Copy link
Member

odeimaiz commented Jun 13, 2025

Thanks for the effort 👍

Since I see that somehow the playwright test is more reliable, I might move this test there and remove this one.

@mergify mergify bot merged commit d0e305f into ITISFoundation:master Jun 13, 2025
58 of 59 checks passed
@matusdrobuliak66 matusdrobuliak66 mentioned this pull request Aug 5, 2025
88 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖-automerge marks PR as ready to be merged for Mergify e2e Bugs found by or related to the end-2-end testing release Preparation for pre-release/release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants