From b446ed04883f64e4bf7b3cb8600633c68f330364 Mon Sep 17 00:00:00 2001 From: JoukoVirtanen Date: Wed, 6 Nov 2024 08:53:26 -0800 Subject: [PATCH] Increased the afterglow period --- integration-tests/suites/runtime_config_file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/suites/runtime_config_file.go b/integration-tests/suites/runtime_config_file.go index f28b53c5c9..9bb658eecc 100644 --- a/integration-tests/suites/runtime_config_file.go +++ b/integration-tests/suites/runtime_config_file.go @@ -55,7 +55,7 @@ func (s *RuntimeConfigFileTestSuite) SetupSuite() { collectorOptions := collector.StartupOptions{ Env: map[string]string{ - "ROX_AFTERGLOW_PERIOD": "2", + "ROX_AFTERGLOW_PERIOD": "6", "ROX_COLLECTOR_INTROSPECTION_ENABLE": "true", }, }