mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #3785 from yichengq/fix-block-test
storage: extend wait timeout for execution
This commit is contained in:
commit
4fd65ecd4c
@ -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")
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user