From e72b1cf0d514d6973dffa6384a57cc11e08678f3 Mon Sep 17 00:00:00 2001 From: Eric Beahan Date: Tue, 17 Mar 2026 17:53:26 -0500 Subject: [PATCH] increase TestOpAMP timeout (#6597) (cherry picked from commit 0aec203f74c3e928a487f7d5f4eb74297673f988) --- testing/e2e/stand_alone_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/e2e/stand_alone_test.go b/testing/e2e/stand_alone_test.go index dde0e7a1b5..9f4057e676 100644 --- a/testing/e2e/stand_alone_test.go +++ b/testing/e2e/stand_alone_test.go @@ -599,7 +599,7 @@ func (suite *StandAloneSuite) TestOpAMP() { f.Close() suite.Require().NoError(err) - ctx, cancel := context.WithTimeout(context.Background(), 3*time.Minute) + ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute) defer cancel() // Run the fleet-server binary