diff --git a/testing/integration/endpoint_security_test.go b/testing/integration/endpoint_security_test.go index 043550923da..ec816c4827b 100644 --- a/testing/integration/endpoint_security_test.go +++ b/testing/integration/endpoint_security_test.go @@ -36,7 +36,7 @@ import ( const ( // TODO: Setup a GitHub Action to update this for each release of https://github.com/elastic/endpoint-package - endpointPackageVersion = "8.9.0" + endpointPackageVersion = "8.11.0" endpointHealthPollingTimeout = 2 * time.Minute ) diff --git a/testing/integration/upgrade_fleet_test.go b/testing/integration/upgrade_fleet_test.go index b961394b596..fb292d69ab3 100644 --- a/testing/integration/upgrade_fleet_test.go +++ b/testing/integration/upgrade_fleet_test.go @@ -143,7 +143,7 @@ func testUpgradeFleetManagedElasticAgent(ctx context.Context, t *testing.T, info // wait for the watcher to show up t.Logf("Waiting for upgrade watcher to start...") - err = upgradetest.WaitForWatcher(ctx, 2*time.Minute, 10*time.Second) + err = upgradetest.WaitForWatcher(ctx, 5*time.Minute, 10*time.Second) require.NoError(t, err) t.Logf("Upgrade watcher started")