Increased timeout to fix HashKV test

Signed-off-by: Abhishek Kr Srivastav <Abhishek.kr.srivastav@ibm.com>
This commit is contained in:
Abhishek Kr Srivastav 2024-02-23 15:53:44 +05:30
parent 8c7f911b3b
commit fe113026fa

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")