From 9c62e4f52dbfa42ac3fbcc94ce0518dc89cbc165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=BB=B6=E9=BE=99?= Date: Sat, 28 Mar 2020 09:13:38 +0800 Subject: [PATCH] Add 200000 microsecond sleep in E2E-PHP (#4582) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix #4539, add PHP to the query protocol * Add PHP module support to e2e test * Add PHP e2e test into the CI control file * Remove networks aliases * Add PHP module support to e2e test * Add e2e.php.yaml * Locked version * Add 200000 microsecond sleep in E2E-PHP Co-authored-by: 吴晟 Wu Sheng Co-authored-by: kezhenxu94 --- test/e2e/e2e-test/docker/php/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/e2e-test/docker/php/index.php b/test/e2e/e2e-test/docker/php/index.php index 330e60fdf..604fbae62 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') {