-
Notifications
You must be signed in to change notification settings - Fork 887
chore: tweak e2e test timeouts #15275
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
Conversation
Is there a particular reason this is still in Draft? Looks good to me as a short term tweak. Drive by comment only vaguely related to this PR (non-blocking): I think we should be treating timeouts as first class test criteria as opposed something we tweak to handle flakes. That said, I'm aware the test execution environment makes all the difference. |
because I forgor to hit "ready" lol |
Another time-out: https://github.com/coder/coder/actions/runs/11591672727/job/32271926364 |
Closes coder/internal#178
tweak some timeouts for slow tests/operations to be more targeted, so that we can make the generic timeout shorter and reduce the number of flakes caused by timeouts on the long running/slow tests.