Minor fix in an attempt to get CI to pass

This commit is contained in:
Renán Del Valle 2021-10-15 19:47:20 -07:00
parent 36edefda5d
commit 0ec1f87b2b
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
2 changed files with 2 additions and 2 deletions

View file

@ -822,7 +822,7 @@ func TestRealisClient_BatchAwareAutoPause(t *testing.T) {
strategy := realis.JobUpdateFromAuroraTask(job.AuroraTask()).
VariableBatchStrategy(true, updateGroups...).
InstanceCount(6).
WatchTime(1000)
WatchTime(time.Second*1)
result, err := r.StartJobUpdate(strategy, "")
require.NoError(t, err)