diff --git a/realis_e2e_test.go b/realis_e2e_test.go index 9f5a085..0ef6cf3 100644 --- a/realis_e2e_test.go +++ b/realis_e2e_test.go @@ -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.")) }