We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a8eed commit cc9ca51Copy full SHA for cc9ca51
testing/e2e/agent_container_test.go
@@ -89,7 +89,7 @@ func (suite *AgentContainerSuite) TearDownTest() {
89
// It checks the status API on the fleet-server's external port and that the agent listed in Kibana states "online"
90
// Tests that enroll another agent explicitly need fleet-server to be online
91
func (suite *AgentContainerSuite) FleetIsHealthy(bCtx context.Context, endpoint string) {
92
- ctx, cancel := context.WithTimeout(bCtx, 4*time.Minute)
+ ctx, cancel := context.WithTimeout(bCtx, 5*time.Minute)
93
defer cancel()
94
suite.FleetServerStatusOK(ctx, endpoint)
95
0 commit comments