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