kfdtest: increase default timeout to 10,000
The default kfdtest timeout is not enough for certain platforms, and tests are failing. Change-Id: I2027eadcbeb12a2fbbc9c55f92f31869fa13dbcb Signed-off-by: Philip Cox <Philip.Cox@amd.com>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include "GoogleTestExtension.hpp"
|
||||
#include "OSWrapper.hpp"
|
||||
|
||||
#define KFD_TEST_DEFAULT_TIMEOUT 2000
|
||||
#define KFD_TEST_DEFAULT_TIMEOUT 10000
|
||||
|
||||
std::ostream& operator << (std::ostream& out, TESTPROFILE profile) {
|
||||
switch (profile) {
|
||||
|
||||
Reference in New Issue
Block a user