Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update endpoint package version on tests #3668

Merged
merged 2 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading