Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Increase timeout for conversion tests #709

Closed

Conversation

albrow
Copy link
Contributor

@albrow albrow commented Feb 12, 2020

The tests often fail on the first run because it takes a long time to install some dependencies. The exact time depends on your internet speed and other factors, but 180s seems safe.

@@ -42,7 +42,7 @@ test-go: test-go-parallel test-go-serial

.PHONY: test-go-parallel
test-go-parallel:
go test ./... -race -timeout 30s
go test ./... -race -timeout 180s
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want to increase the lifetime of all of these tests? In my convertConfig tests PR, I added a new command to the Makefile. You might check that out and see which you prefer.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It shouldn't really matter much, but I just approved #703 so let's go with that instead. I'll close this one.

@albrow albrow closed this Feb 12, 2020
@albrow albrow deleted the fix/increase-timeout-for-conversion-tests branch February 12, 2020 01:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants