Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
134266: roachtest: give longer timeout for MR schema changes r=yuzefovich a=yuzefovich We just saw a test failure where `ALTER TABLE ... SET LOCALITY ...` stmt timed out when setting up the MR database due to the stmt timeout of 60s set on the connection. In the logs it appeared that the schema change actually succeeded, so prevent this type of failures we'll temporarily increase the timeout by 3x for all MR setup queries. Fixes: cockroachdb#134057. Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information