tests/pm_rps: Increase timeouts to 15 seconds

My BSW takes ~12 seconds to go back to idle after high load, so the
current 10s timeouts are too short. Bump them up to 15s.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
Ville Syrjälä 2016-04-05 20:45:42 +03:00
parent fd7fef6601
commit eaf7f46cdc

View File

@ -464,7 +464,7 @@ static void basic_check(void)
}
#define IDLE_WAIT_TIMESTEP_MSEC 100
#define IDLE_WAIT_TIMEOUT_MSEC 10000
#define IDLE_WAIT_TIMEOUT_MSEC 15000
static void idle_check(void)
{
int freqs[NUMFREQ];
@ -510,7 +510,7 @@ static void loaded_check(void)
}
#define STABILIZE_WAIT_TIMESTEP_MSEC 100
#define STABILIZE_WAIT_TIMEOUT_MSEC 10000
#define STABILIZE_WAIT_TIMEOUT_MSEC 15000
static void stabilize_check(int *freqs)
{
int wait = 0;