Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dxyinme committed Dec 30, 2023
1 parent 600e2b9 commit 8f88006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/etcddriver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func testFuncNewEtcdDriver(cfg clientv3.Config) driver.DriverV2 {

func TestEtcdDriver_GetNodes(t *testing.T) {
etcdsvr := integration.NewLazyCluster()
N := 10
N := 5
drvs := make([]driver.DriverV2, N)
for i := 0; i < N; i++ {
drv := testFuncNewEtcdDriver(clientv3.Config{
Expand Down

0 comments on commit 8f88006

Please sign in to comment.