Reducing watch time for instance running when creating service for reducing time it takes to run end to end test.
This commit is contained in:
parent
dab2f64c51
commit
0a594727d2
1 changed files with 1 additions and 0 deletions
|
@ -427,6 +427,7 @@ func TestRealisClient_CreateService(t *testing.T) {
|
|||
|
||||
settings := realis.NewUpdateSettings()
|
||||
settings.UpdateGroupSize = 2
|
||||
settings.MinWaitInInstanceRunningMs = 5000
|
||||
job.InstanceCount(3)
|
||||
|
||||
_, result, err := r.CreateService(job, settings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue