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()
123123
124124 $ this ->assertInstanceOf (K8sPod::class, $ dep ->getTemplate ());
125125
126+ sleep (10 );
127+
126128 $ pods = $ dep ->getPods ();
127129
128130 $ this ->assertTrue ($ pods ->count () > 0 );
Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ public function runCreationTests()
113113
114114 $ this ->assertInstanceOf (K8sPod::class, $ job ->getTemplate ());
115115
116+ sleep (10 );
117+
116118 $ pods = $ job ->getPods ();
117119
118120 $ this ->assertTrue ($ pods ->count () > 0 );
Original file line number Diff line number Diff line change @@ -174,6 +174,8 @@ public function runCreationTests()
174174 $ this ->assertInstanceOf (K8sPod::class, $ sts ->getTemplate ());
175175 $ this ->assertInstanceOf (K8sPersistentVolumeClaim::class, $ sts ->getVolumeClaims ()[0 ]);
176176
177+ sleep (10 );
178+
177179 $ pods = $ sts ->getPods ();
178180
179181 $ this ->assertTrue ($ pods ->count () > 0 );
You can’t perform that action at this time.
0 commit comments