@@ -55,8 +55,8 @@ var _ = g.Describe("[Feature:Builds][timing] capture build stages and durations"
55
55
56
56
expectedBuildStages := make (map [string ][]string )
57
57
expectedBuildStages ["FetchInputs" ] = []string {"" , "1000s" }
58
- expectedBuildStages ["CommitContainer" ] = []string {"1s " , "1000s" }
59
- expectedBuildStages ["Assemble" ] = []string {"1s " , "1000s" }
58
+ expectedBuildStages ["CommitContainer" ] = []string {"10ms " , "1000s" }
59
+ expectedBuildStages ["Assemble" ] = []string {"10ms " , "1000s" }
60
60
expectedBuildStages ["PostCommit" ] = []string {"" , "1000s" }
61
61
expectedBuildStages ["PushImage" ] = []string {"1s" , "1000s" }
62
62
@@ -81,7 +81,7 @@ var _ = g.Describe("[Feature:Builds][timing] capture build stages and durations"
81
81
expectedBuildStages ["FetchInputs" ] = []string {"" , "1000s" }
82
82
expectedBuildStages ["CommitContainer" ] = []string {"" , "1000s" }
83
83
expectedBuildStages ["PullImages" ] = []string {"" , "1000s" }
84
- expectedBuildStages ["Build" ] = []string {"1s " , "1000s" }
84
+ expectedBuildStages ["Build" ] = []string {"10ms " , "1000s" }
85
85
expectedBuildStages ["PostCommit" ] = []string {"" , "1000s" }
86
86
expectedBuildStages ["PushImage" ] = []string {"1s" , "1000s" }
87
87
0 commit comments