File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,9 @@ var _ = Describe("AppWrapper E2E Test", func() {
227
227
aw3 := createAppWrapper (ctx , deployment (2 , 250 ))
228
228
appwrappers = append (appwrappers , aw3 )
229
229
Eventually (AppWrapperPhase (ctx , aw3 ), 30 * time .Second ).Should (Equal (workloadv1beta2 .AppWrapperSuspended ))
230
- Consistently (AppWrapperPhase (ctx , aw3 ), 20 * time .Second ).Should (Equal (workloadv1beta2 .AppWrapperSuspended ))
230
+ Consistently (AppWrapperPhase (ctx , aw ), 5 * time .Second ).Should (Equal (workloadv1beta2 .AppWrapperRunning ))
231
+ Consistently (AppWrapperPhase (ctx , aw2 ), 5 * time .Second ).Should (Equal (workloadv1beta2 .AppWrapperRunning ))
232
+ Consistently (AppWrapperPhase (ctx , aw3 ), 5 * time .Second ).Should (Equal (workloadv1beta2 .AppWrapperSuspended ))
231
233
232
234
By ("Queued job is admitted when quota becomes available" )
233
235
Expect (deleteAppWrapper (ctx , aw .Name , aw .Namespace )).Should (Succeed ())
You can’t perform that action at this time.
0 commit comments