Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <[email protected]>
  • Loading branch information
nolouch committed Jul 4, 2024
1 parent 4a4c69f commit 2c015c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mcs/resource_manager/server/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ read-cpu-ms-cost = 5.0
cfg := NewConfig()
meta, err := toml.Decode(cfgData, &cfg)
re.NoError(err)
err = cfg.Adjust(&meta, false)
err = cfg.Adjust(&meta)
re.NoError(err)

re.Equal(2*time.Second, cfg.Controller.DegradedModeWaitDuration.Duration)
Expand Down

0 comments on commit 2c015c1

Please sign in to comment.