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

Ensure e2e doesn't time out when it would have succeeded #164

Merged
merged 1 commit into from
Oct 4, 2021

Conversation

ecordell
Copy link
Contributor

@ecordell ecordell commented Oct 4, 2021

Because of the network delay added for the newenemy test, sometimes the number of required successful iterations exceeded the timeout. This change makes the timeout depend on the number of iterations picked.

I also adjusted the constants to try to improve the worst-case runtime, and marked the artifact upload step to not fail the job if it fails (since it has a surprisingly high failure rate).

@github-actions github-actions bot added the area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) label Oct 4, 2021
@ecordell ecordell force-pushed the e2e-timeout branch 7 times, most recently from f005b8e to 6939e5b Compare October 4, 2021 19:18
@ecordell ecordell requested a review from jzelinskie October 4, 2021 19:22
Signed-off-by: Evan Cordell <cordell.evan@gmail.com>
Copy link
Member

@josephschorr josephschorr left a comment

Choose a reason for hiding this comment

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

LGTM

@ecordell ecordell merged commit 8931d76 into authzed:main Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants