Merge pull request #17481 from srivastav-abhishek/timeout-fix

Increased timeout to fix TestHashKVWhenCompacting test
This commit is contained in:
Benjamin Wang 2024-02-23 12:04:25 +00:00 committed by GitHub
commit 2e7ed80be2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -636,7 +636,7 @@ func TestHashKVWhenCompacting(t *testing.T) {
select {
case <-donec:
case <-time.After(10 * time.Second):
case <-time.After(20 * time.Second):
close(stopc)
wg.Wait()
testutil.FatalStack(t, "timeout")