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

Time out Buildkite test steps after 10 minutes #842

Merged
merged 2 commits into from
Apr 14, 2022
Merged

Conversation

72636c
Copy link
Member

@72636c 72636c commented Apr 14, 2022

Our projects should aim for a shorter duration for testing and linting. Taking longer than 10 minutes usually indicates a command or request has hung and will indefinitely hog the build agent, so we define a timeout.

Our projects should aim for a shorter duration for testing and linting.
Taking longer than 10 minutes usually indicates a command or request has
hung and will indefinitely hog the build agent, so we define a timeout.
@72636c 72636c requested review from a team as code owners April 14, 2022 01:26
@changeset-bot
Copy link

changeset-bot bot commented Apr 14, 2022

🦋 Changeset detected

Latest commit: 1089115

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
skuba Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@samchungy
Copy link
Contributor

Could we add an auto retry for timeout failures?

@72636c
Copy link
Member Author

72636c commented Apr 14, 2022

@samchungy have you observed many transient timeouts? If so, that makes sense and I'll add 👍

@samchungy
Copy link
Contributor

samchungy commented Apr 14, 2022

Hmm not really, haven't had too many issues of late

@72636c
Copy link
Member Author

72636c commented Apr 14, 2022

👌 I'd lean towards keeping this as-is then, we can always revisit in future. The most common issue I've seen is agent resource exhaustion, which is probably made worse by an automatic retry and better resolved by beefing up the instances.

@72636c 72636c merged commit e76c28d into master Apr 14, 2022
@72636c 72636c deleted the time-out-test-step branch April 14, 2022 01:55
@seek-oss-ci seek-oss-ci mentioned this pull request Apr 14, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants