File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ var _ = g.Describe("[Feature:Builds][timing] capture build stages and durations"
62
62
expectedBuildStages ["CommitContainer" ] = []string {"10ms" , "1000s" }
63
63
expectedBuildStages ["Assemble" ] = []string {"10ms" , "1000s" }
64
64
expectedBuildStages ["PostCommit" ] = []string {"" , "1000s" }
65
- expectedBuildStages ["PushImage" ] = []string {"1s " , "1000s" }
65
+ expectedBuildStages ["PushImage" ] = []string {"100ms " , "1000s" }
66
66
67
67
g .By ("creating test image stream" )
68
68
err := oc .Run ("create" ).Args ("-f" , isFixture ).Execute ()
@@ -87,7 +87,7 @@ var _ = g.Describe("[Feature:Builds][timing] capture build stages and durations"
87
87
expectedBuildStages ["PullImages" ] = []string {"" , "1000s" }
88
88
expectedBuildStages ["Build" ] = []string {"10ms" , "1000s" }
89
89
expectedBuildStages ["PostCommit" ] = []string {"" , "1000s" }
90
- expectedBuildStages ["PushImage" ] = []string {"1s " , "1000s" }
90
+ expectedBuildStages ["PushImage" ] = []string {"100ms " , "1000s" }
91
91
92
92
g .By ("creating test image stream" )
93
93
err := oc .Run ("create" ).Args ("-f" , isFixture ).Execute ()
You can’t perform that action at this time.
0 commit comments