Skip to content

Commit aec51d7

Browse files
authored
[chore][CI/CD] Extend docker observer test timeout (#5980)
1 parent c9d32f2 commit aec51d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/general/discoverymode/docker_observer_discovery_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ func TestDockerObserver(t *testing.T) {
274274
}
275275
require.Equal(t, expectedEffective, cc.EffectiveConfig(t, 55554))
276276

277-
sc, stdout, stderr := cc.Container.AssertExec(t, 25*time.Second,
277+
sc, stdout, stderr := cc.Container.AssertExec(t, 3*time.Minute,
278278
"sh", "-c", `SPLUNK_DISCOVERY_LOG_LEVEL=error SPLUNK_DEBUG_CONFIG_SERVER=false \
279279
SPLUNK_DISCOVERY_EXTENSIONS_k8s_observer_ENABLED=false \
280280
SPLUNK_DISCOVERY_EXTENSIONS_docker_observer_ENABLED=true \

0 commit comments

Comments
 (0)