From 1fa96f392a8b842b78c95edb8a472190e833d688 Mon Sep 17 00:00:00 2001 From: ebeahan Date: Tue, 17 Mar 2026 08:23:08 -0500 Subject: [PATCH] increase TestOpAMP timeout --- 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 ce1e3c4934..6919abcaa7 100644 --- a/testing/e2e/stand_alone_test.go +++ b/testing/e2e/stand_alone_test.go @@ -600,7 +600,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