test: make system test timeout configurable and default to 60 seconds#217
test: make system test timeout configurable and default to 60 seconds#217gcf-merge-on-green[bot] merged 5 commits intomasterfrom
Conversation
larkee
left a comment
There was a problem hiding this comment.
LGTM with a minor change to the flag name 👍
We have actually also encountered this flake on the repo but I haven't had time to investigate. In light of this, I would maybe suggest doubling the default value to 60.
Thank you very much for making this PR!
I changed the default value to 60 seconds, and renamed the env var. Please take another look. Thank you! |
larkee
left a comment
There was a problem hiding this comment.
LGTM. Please update the PR description to mention the default is now 60 seconds.
b/173067462
It seems 30 seconds are too short for mtls test (which uses the system test, and runs on an internal platform). This makes the mtls test very flaky. This PR introduces a
SPANNER_OPERATION_TIMEOUT_IN_SECONDSenv var to make the timeout configurable.The default value is now 60 seconds.