Ganesh Murthy created DISPATCH-1648: ---------------------------------------
Summary: Uniformly use timeout as TIMEOUT in all system tests Key: DISPATCH-1648 URL: https://issues.apache.org/jira/browse/DISPATCH-1648 Project: Qpid Dispatch Issue Type: Bug Components: Tests Affects Versions: 1.12.0 Reporter: Ganesh Murthy Assignee: Ganesh Murthy All tests should use TIMEOUT as their default scheduled timeout. There are cases where there are special timers that are needed for a shorter duration and it is OK for tests to do that but the main timeout should be scheduled with TIMEOUT. TIMEOUT is defined in system_test.py as follows {noformat} TIMEOUT = float(os.environ.get("QPID_SYSTEM_TEST_TIMEOUT", 60)) {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org