Add 200000 microsecond sleep in E2E-PHP (#4582)

* 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 <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
This commit is contained in:
何延龙 2020-03-28 09:13:38 +08:00 committed by GitHub
parent 7ba76a7f65
commit 9c62e4f52d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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') {