Skip to content
Snippets Groups Projects
Commit 7e8de418 authored by LaurenceLiZhixin's avatar LaurenceLiZhixin
Browse files

fix: time bug

parent a9b7bf2a
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ func TestShutdownConfigGetTimeout(t *testing.T) {
assert.False(t, config.RequestsFinished)
config = ShutdownConfig{
Timeout: "12x",
StepTimeout: "34a",
Timeout: "60s",
StepTimeout: "10s",
}
assert.Equal(t, 60*time.Second, config.GetTimeout())
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment