| commit | 96f1e3f92b1137db3e9af477f502145102956bec | [log] [tgz] |
|---|---|---|
| author | Volodymyr Panivko <sveneld300@gmail.com> | Thu Mar 26 23:25:37 2026 +0100 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Thu Apr 09 01:42:49 2026 +0200 |
| tree | 0b8abcd627158638526407534e06e8d69eaa476d | |
| parent | 76113eb5ab84c2bd597f6e7179a2d4cc2b7bf903 [diff] [blame] |
THRIFT-5757: align Python cross-test launchers
diff --git a/test/php/Handler.php b/test/php/Handler.php index a03554c..670720f 100644 --- a/test/php/Handler.php +++ b/test/php/Handler.php
@@ -170,6 +170,8 @@ public function testOneway($secondsToSleep) { + // Keep the oneway test quick so the cross-test matrix measures fire-and-forget behavior, + // not a full second of handler blocking in the single-threaded PHP test server. usleep($secondsToSleep * 300000); } }