-
Notifications
You must be signed in to change notification settings - Fork 14
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
Test execution timed out after 10m #53
Comments
looking at the code, I understand that I can pass test-args as input to the action plugin but not sure about the usage as I tried few things but it did not work. tried passing in test-args: "[' -timeout 60m ']" which works fine with JSON.parse in general but fails with below error message in gh actions may be an example on how to pass in this value would help ? |
with some more digging, got the format right
but it still fails with below error although the go test commands works fine in local |
@niravparikh05 try to pass |
I have a module using go-coverage-action and tests for which generally take longer than 10m, is there anyway I can configure go test timeouts with this plugin ?
The text was updated successfully, but these errors were encountered: