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


[ROCm/ROCR-Runtime commit: 09b899b079]
Этот коммит содержится в:
Eric Huang
2024-11-21 11:35:11 -05:00
коммит произвёл JinHuiEric Huang
родитель b552e9d15d
Коммит c931ec17d4
3 изменённых файлов: 3 добавлений и 3 удалений
+1 -1
Просмотреть файл
@@ -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) {