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>


[ROCm/ROCR-Runtime commit: 4bbfbe7789]
This commit is contained in:
Philip Cox
2020-11-27 15:04:49 -05:00
orang tua 3d11816985
melakukan c03f46e198
@@ -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) {