From 4bbfbe7789ce764128be3461ea06149529f3c22d Mon Sep 17 00:00:00 2001 From: Philip Cox Date: Fri, 27 Nov 2020 15:04:49 -0500 Subject: [PATCH] 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 --- tests/kfdtest/src/KFDTestMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kfdtest/src/KFDTestMain.cpp b/tests/kfdtest/src/KFDTestMain.cpp index a8837f95c4..2b33ac153d 100644 --- a/tests/kfdtest/src/KFDTestMain.cpp +++ b/tests/kfdtest/src/KFDTestMain.cpp @@ -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) {