Repository: qpid-proton Updated Branches: refs/heads/master 5f7582c98 -> 8293164d8
PROTON-1132: Timeout in valgrind test Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8293164d Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/8293164d Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/8293164d Branch: refs/heads/master Commit: 8293164d8755f91df08b4c70f586d1862aa84016 Parents: 5f7582c Author: Clifford Jansen <[email protected]> Authored: Mon Feb 15 08:47:32 2016 -0500 Committer: Clifford Jansen <[email protected]> Committed: Mon Feb 15 08:47:32 2016 -0500 ---------------------------------------------------------------------- examples/cpp/example_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/8293164d/examples/cpp/example_test.py ---------------------------------------------------------------------- diff --git a/examples/cpp/example_test.py b/examples/cpp/example_test.py index 78b84d8..933cc90 100644 --- a/examples/cpp/example_test.py +++ b/examples/cpp/example_test.py @@ -53,7 +53,7 @@ class Proc(Popen): else: env_args = [] - def __init__(self, args, ready=None, timeout=10, skip_valgrind=False, **kwargs): + def __init__(self, args, ready=None, timeout=30, skip_valgrind=False, **kwargs): """Start an example process""" args = list(args) if platform.system() == "Windows": --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
