Skip to content

Commit

Permalink
Increased the afterglow period
Browse files Browse the repository at this point in the history
  • Loading branch information
JoukoVirtanen committed Nov 6, 2024
1 parent ac1ffdc commit b446ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/suites/runtime_config_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}
Expand Down

0 comments on commit b446ed0

Please sign in to comment.