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:
Philip Cox
2020-11-27 15:04:49 -05:00
rodzic 8e94dde685
commit 4bbfbe7789
+1 -1
Wyświetl plik
@@ -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) {