Skip to content

Commit

Permalink
fix(test): test e2e installer connect refused (tkestack#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
wl-chen committed May 9, 2022
1 parent 7bd53d5 commit a072c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/cloudprovider/tencent/tencent.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func (p *provider) CreateInstances(count int64) ([]cloudprovider.Instance, error
Port: int(ins.Port),
Password: ins.Password,
DialTimeOut: 30 * time.Second,
Retry: 5,
Retry: 50,
})
if err != nil {
return nil, err
Expand Down

0 comments on commit a072c9a

Please sign in to comment.