标签: qt testing qttest
在Qt测试中是否可以忽略600秒的MAX_VALUE? 我试试:
qputenv("QTEST_FUNCTION_TIMEOUT", "1000000"); // 1'000 sec
但结果是:
System.Exception: Process timed out: 600s
因此可以将超时从300秒增加到600秒。 问题是,我需要在一个案例中800秒,我怎么能意识到这一点?
Setting timeout to Qt Test