Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
87299: generate-logictest: add test timeout to BUILD files template r=rickystewart a=healthy-pod In #86363, we added a test.timeout arg to all go_test targets. When generate-logictest runs out of `bazel-generate.sh`, logic tests build files are re-created based on the template that was missing the `test.timeout` arg and since the timeout script doesn't run, the timeouts get deleted. This patch updates the template to include a test timeout. Release justification: Non-production code changes Release note: None Co-authored-by: healthy-pod <[email protected]>
- Loading branch information