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

Increase Go test runner timeout to 30 seconds #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andrerfcsantos
Copy link
Member

While the Go test runner is usually very fast, some exercises benefit from running the tests with the race detector enabled. This can increase significantly the time tests take to run, and this increase in timeout is aimed at those exercises.

Currently, exercises with the race detector enabled are having timeouts regularly, while sometimes they pass. Adding 10 seconds to the default timeout of 20 seconds should make those tests pass more consistently.

For more context, see: http://forum.exercism.org/t/bank-account-potential-bug/8326/14
Also reported in the test runner repo: exercism/go-test-runner#111

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.

1 participant