Skip to content

Commit cc9ca51

Browse files
committed
Bumping timeout
1 parent d7a8eed commit cc9ca51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/e2e/agent_container_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func (suite *AgentContainerSuite) TearDownTest() {
8989
// It checks the status API on the fleet-server's external port and that the agent listed in Kibana states "online"
9090
// Tests that enroll another agent explicitly need fleet-server to be online
9191
func (suite *AgentContainerSuite) FleetIsHealthy(bCtx context.Context, endpoint string) {
92-
ctx, cancel := context.WithTimeout(bCtx, 4*time.Minute)
92+
ctx, cancel := context.WithTimeout(bCtx, 5*time.Minute)
9393
defer cancel()
9494
suite.FleetServerStatusOK(ctx, endpoint)
9595

0 commit comments

Comments
 (0)