File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,8 @@ public function runCreationTests()
123
123
124
124
$ this ->assertInstanceOf (K8sPod::class, $ dep ->getTemplate ());
125
125
126
+ sleep (10 );
127
+
126
128
$ pods = $ dep ->getPods ();
127
129
128
130
$ this ->assertTrue ($ pods ->count () > 0 );
Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ public function runCreationTests()
113
113
114
114
$ this ->assertInstanceOf (K8sPod::class, $ job ->getTemplate ());
115
115
116
+ sleep (10 );
117
+
116
118
$ pods = $ job ->getPods ();
117
119
118
120
$ this ->assertTrue ($ pods ->count () > 0 );
Original file line number Diff line number Diff line change @@ -174,6 +174,8 @@ public function runCreationTests()
174
174
$ this ->assertInstanceOf (K8sPod::class, $ sts ->getTemplate ());
175
175
$ this ->assertInstanceOf (K8sPersistentVolumeClaim::class, $ sts ->getVolumeClaims ()[0 ]);
176
176
177
+ sleep (10 );
178
+
177
179
$ pods = $ sts ->getPods ();
178
180
179
181
$ this ->assertTrue ($ pods ->count () > 0 );
You can’t perform that action at this time.
0 commit comments