Skip to content

Commit

Permalink
fix(test): test e2e installer connect refused
Browse files Browse the repository at this point in the history
  • Loading branch information
wl-chen committed May 6, 2022
1 parent 4c13117 commit c255ee2
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 c255ee2

Please sign in to comment.