This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump timeout on overlapping write requests test
At 50ms, we see sporadic failures in CI. So much for "this should only need a couple milliseconds". Bumped timeout to avoid that. The challenge here is that we have some tests which *want* to hit the timeout to confirm that we aren't allowing things we shouldn't. But we don't want the test to hang forever. But we want to be sure it is actually stuck and not just being slow... (cherry picked from commit f1a68f8)
- Loading branch information