[ https://issues.apache.org/jira/browse/DISPATCH-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16862109#comment-16862109 ]
ASF subversion and git services commented on DISPATCH-1359: ----------------------------------------------------------- Commit 03e59d3131419113a1a030aa9165a94337aaa73d in qpid-dispatch's branch refs/heads/master from Charles E. Rolke [ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=03e59d3 ] DISPATCH-1359: DISPATCH-480: Variable lengths for self test timeouts DISPATCH-1359 is trying to shorten the default test timeout from 1500 to 300 seconds. It further makes a distinction between _fast_ self tests that would benefit from a shorter timeout and _slow_ self tests that should get a longer timeout. DISPATCH-480 is requesting a greater timeout for slow self tests in certain environments. This patch addresses both jiras. It sets the default short timeout to 10 seconds and the default long timeout to 300 seconds. Then it lets a user specify the short and long self test timeout values on the cmake command line: cmake -DTEST_TIMEOUT_SHORT=20 -DTEST_TIMEOUT_LONG=600 ... This closes #521 > Set ctest timeout to 300 seconds. > --------------------------------- > > Key: DISPATCH-1359 > URL: https://issues.apache.org/jira/browse/DISPATCH-1359 > Project: Qpid Dispatch > Issue Type: Bug > Components: Container > Affects Versions: 1.7.0 > Reporter: Ganesh Murthy > Assignee: Ganesh Murthy > Priority: Minor > > Currently when running system tests, ctest has a default timeout of 1500 > seconds which is way too long. So for example, system_tests_edge_router if it > should hang for some reason, gets terminated by ctest only after 1500 seconds > (25 mins). This is way too long. > We need to set a smaller more reasonable timeout per test for ctest. > system_tests_edge_router is the longest executing test in the test suite. > Looking at how long it takes to execute on a slow Travis system, we have > reached the conclusion that 300 seconds would be a good timeout value for > ctest. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org