kfdtest: increase test timeout and optimize evict tests timeout
there are some timeout issues of evict tests on recent new boards, it is to solve those issues and optimize evict timeout, as well as to give user a chance to change timeout in command line. Signed-off-by: Eric Huang <jinhuieric.huang@amd.com> Change-Id: I2f40c8ea809c55675b0d0b62296b663481e5fb16
Этот коммит содержится в:
коммит произвёл
JinHuiEric Huang
родитель
d91a14ae0c
Коммит
09b899b079
@@ -27,7 +27,7 @@
|
||||
#include "GoogleTestExtension.hpp"
|
||||
#include "OSWrapper.hpp"
|
||||
|
||||
#define KFD_TEST_DEFAULT_TIMEOUT 10000
|
||||
#define KFD_TEST_DEFAULT_TIMEOUT 60000
|
||||
|
||||
std::ostream& operator << (std::ostream& out, TESTPROFILE profile) {
|
||||
switch (profile) {
|
||||
|
||||
Ссылка в новой задаче
Block a user