From 7ed2a906a22327d1127e3c6f46727046f7ef1db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A1n=20Del=20Valle?= Date: Sat, 16 Oct 2021 12:44:27 -0700 Subject: [PATCH] Another attempt. --- realis_e2e_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.")) }