Extend timeout to pass always in traivs.
@@ -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")
}