qt: tests: use VLC_TEST_TIMEOUT as a value in seconds

The CI sets VLC_TEST_TIMEOUT to 60 which is 60 seconds. But QTEST_FUNCTION_TIMEOUT is a value in milliseconds 1.

  1. https://doc.qt.io/qt-6/qtest-overview.html#increasing-test-function-timeout

Merge request reports

Loading