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 10, 2024
1 parent 15102c9 commit 9084df4
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 @@ -173,7 +173,7 @@ func TestMultipleInstances(t *testing.T) {
})
assert.Nil(t, err)

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

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

0 comments on commit 9084df4

Please sign in to comment.