Another attempt.

This commit is contained in:
Renán Del Valle 2021-10-16 12:44:27 -07:00
parent efd3595f76
commit 7ed2a906a2
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -831,8 +831,9 @@ func TestRealisClient_BatchAwareAutoPause(t *testing.T) {
key := *result.GetKey()
for i := range updateGroups {
curStep, mErr := r.MonitorAutoPausedUpdate(key, time.Second*5, time.Second*240)
curStep, mErr := r.MonitorAutoPausedUpdate(key, time.Second*5, time.Minute*5)
if mErr != nil {
fmt.Println(mErr)
// Update may already be in a terminal state so don't check for error
assert.NoError(t, r.AbortJobUpdate(key, "Monitor timed out."))
}