Skip to content

Commit

Permalink
feat: add nacos v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyenought committed Jan 9, 2024
1 parent a22dda2 commit d79435f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nacos/v2/nacos_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func TestMultipleInstances(t *testing.T) {
})
assert.Nil(t, err)

time.Sleep(time.Second * 10)
time.Sleep(time.Second * 5)

res, err = namingClient.SelectInstances(vo.SelectInstancesParam{
ServiceName: svcName,
Expand Down

0 comments on commit d79435f

Please sign in to comment.