diff --git a/test/e2e/e2e-test/docker/php/index.php b/test/e2e/e2e-test/docker/php/index.php index 330e60fdf285..604fbae62462 100644 --- a/test/e2e/e2e-test/docker/php/index.php +++ b/test/e2e/e2e-test/docker/php/index.php @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +usleep(200000); $uri = $_SERVER['REQUEST_URI']; if($uri == '/php/info') {