Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#15945] DocDB: Increase wait timeout in TestDeleteTable TSAN mode
Summary: The method TestDeleteTable waits for master leader after restart. But timeout (5s) does not use kTimeMultiplier, so sometimes test fails in TSAN because we don't have master leader after 5 seconds. Fixed by using kTimeMultiplier for timeout. Jira: DB-5357 Test Plan: ./yb_build.sh tsan -n 100 --cxx-test client_backup-txn-test --gtest_filter BackupTxnTest.DeleteTableWithMastersRestart -- -p 4 Reviewers: timur Reviewed By: timur Subscribers: ybase Tags: #jenkins-ready Differential Revision: https://phorge.dev.yugabyte.com/D40934
- Loading branch information