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:
parent
7ba76a7f65
commit
9c62e4f52d
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue