Set explicit testcase.timeout for slow tests
authorRohan McGovern <rohan.mcgovern@nokia.com>
Tue, 29 May 2012 06:16:46 +0000 (16:16 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 29 May 2012 08:54:05 +0000 (10:54 +0200)
commit3c7ac8bd3af7e11edb0af6767f8953b7c812352c
tree7a35c85575c2e44ea7f54995745c1d116a4fadba
parent6318f91dc0bf1ac428037c963b80b7a5d4e1ad30
Set explicit testcase.timeout for slow tests

We'd like to decrease the default timeout for tests in the Qt Project CI
so that we waste less time waiting for hanging tests.

Tests which genuinely take a long time to run, such as these, should
have their timeout explicitly set in their .pro file.

Change-Id: I24c91494a5cc30af1d8929c995886253ab34fe86
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
tests/auto/quick/examples/examples.pro
tests/auto/quick/qquickgridview/qquickgridview.pro
tests/auto/quick/qquicklistview/qquicklistview.pro