From a906a676159299ae720cf02beb9bb3800f2261b7 Mon Sep 17 00:00:00 2001 From: Tiago Queiroz Date: Mon, 30 Oct 2023 12:11:48 +0100 Subject: [PATCH] Increase test timeout --- testing/integration/upgrade_fleet_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/integration/upgrade_fleet_test.go b/testing/integration/upgrade_fleet_test.go index 8ced575fc63..aca07472d58 100644 --- a/testing/integration/upgrade_fleet_test.go +++ b/testing/integration/upgrade_fleet_test.go @@ -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")