Browse Source

fix update branch async test

pull/330/head
yedf2 4 years ago
parent
commit
9001569d73
  1. 1
      test/dtmsvr_test.go

1
test/dtmsvr_test.go

@ -69,7 +69,6 @@ func TestUpdateBranchAsync(t *testing.T) {
assert.Nil(t, err)
err = workflow.Execute(gid, gid, nil)
assert.Nil(t, err)
waitTransProcessed(gid)
time.Sleep(dtmsvr.UpdateBranchAsyncInterval)

Loading…
Cancel
Save