diff --git a/server/storage/mvcc/kvstore_test.go b/server/storage/mvcc/kvstore_test.go index 58e23249d..7bfdabf26 100644 --- a/server/storage/mvcc/kvstore_test.go +++ b/server/storage/mvcc/kvstore_test.go @@ -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")