Skip to content

Commit

Permalink
Update endpoint package version on tests (#3668)
Browse files Browse the repository at this point in the history
Update the endpoint package version for integration tests, some tests
were failing because the old version was not found.

(cherry picked from commit ba4b78c)
  • Loading branch information
belimawr authored and mergify[bot] committed Nov 3, 2023
1 parent 6fb31d5 commit 39f7839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/integration/endpoint_security_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion testing/integration/upgrade_fleet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,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")

Expand Down

0 comments on commit 39f7839

Please sign in to comment.