Skip to content

Commit

Permalink
tidb-binlog: fix testcase timeout (#33785)
Browse files Browse the repository at this point in the history
close #33786
  • Loading branch information
chrysan authored Apr 7, 2022
1 parent 942f4d1 commit b8d65ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-binlog/node/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestUpdateNodeInfo(t *testing.T) {
defer testEtcdCluster.Terminate(t)

etcdclient := etcd.NewClient(testEtcdCluster.RandClient(), DefaultRootPath)
r := NewEtcdRegistry(etcdclient, time.Duration(5)*time.Second)
r := NewEtcdRegistry(etcdclient, time.Duration(30)*time.Second)
ns := &Status{
NodeID: "test",
Addr: "test",
Expand Down

0 comments on commit b8d65ce

Please sign in to comment.