Repository: thrift Updated Branches: refs/heads/master 614a67016 -> 6857b7fe9
THRIFT-2918 Race condition in Python TProcessPoolServer test Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/6857b7fe Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/6857b7fe Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/6857b7fe Branch: refs/heads/master Commit: 6857b7fe90bd1561b9b982f9063bccaa25107b1d Parents: 614a670 Author: Roger Meier <[email protected]> Authored: Wed Sep 16 19:53:07 2015 +0200 Committer: Roger Meier <[email protected]> Committed: Thu Sep 17 09:46:24 2015 +0200 ---------------------------------------------------------------------- test/py/RunClientServer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/6857b7fe/test/py/RunClientServer.py ---------------------------------------------------------------------- diff --git a/test/py/RunClientServer.py b/test/py/RunClientServer.py index 46c9f8a..a22d812 100755 --- a/test/py/RunClientServer.py +++ b/test/py/RunClientServer.py @@ -55,7 +55,7 @@ SCRIPTS = ['TSimpleJSONProtocolTest.py', FRAMED = ["TNonblockingServer"] SKIP_ZLIB = ['TNonblockingServer', 'THttpServer'] SKIP_SSL = ['TNonblockingServer', 'THttpServer'] -EXTRA_DELAY = dict(TProcessPoolServer=3.5) +EXTRA_DELAY = dict(TProcessPoolServer=5.5) PROTOS= [ 'accel',
