diff --git a/src/testlib/qtestcase.h b/src/testlib/qtestcase.h index 54a766a0cff..c924f788106 100644 --- a/src/testlib/qtestcase.h +++ b/src/testlib/qtestcase.h @@ -193,7 +193,7 @@ inline void useVerifyThrowsException() {} #define QTRY_IMPL(expr, timeoutAsGiven)\ const auto qt_test_timeoutAsMs = [&] { \ - /* make 5 seconds (by default) work without user action: */ \ + /* make 5s work w/o user action: */ \ using namespace std::chrono_literals; \ return std::chrono::milliseconds{timeoutAsGiven}; \ }(); \