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

check go test -timeout before running scenario #46

Merged
merged 1 commit into from
Jul 7, 2024

Conversation

jaypipes
Copy link
Member

@jaypipes jaypipes commented Jul 6, 2024

Adds code that totals up wait times and max timeout values and checks that the go test -timeout value (which defaults to 10m) is smaller than either the total wait time or largest timeout and returns a RuntimeError if so, allowing the user to adjust their go test -timeout value or scenario/spec timeouts/waits.

Issue #45

Adds code that totals up wait times and max timeout values and checks
that the `go test -timeout` value (which defaults to 10m) is smaller
than either the total wait time or largest timeout and returns a
RuntimeError if so, allowing the user to adjust their `go test -timeout`
value or scenario/spec timeouts/waits.

Issue gdt-dev#45

Signed-off-by: Jay Pipes <[email protected]>
@jaypipes jaypipes merged commit 0732fa0 into gdt-dev:main Jul 7, 2024
7 of 11 checks passed
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