diff --git a/storage/kvstore_test.go b/storage/kvstore_test.go index 8149a55e9..eab2db980 100644 --- a/storage/kvstore_test.go +++ b/storage/kvstore_test.go @@ -665,7 +665,7 @@ func TestTxnBlockBackendForceCommit(t *testing.T) { s.TxnEnd(id) select { case <-done: - case <-time.After(100 * time.Millisecond): + case <-time.After(time.Second): t.Fatalf("failed to execute ForceCommit") }