mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-18 13:26:30 +00:00
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:
parent
fd7fef6601
commit
eaf7f46cdc
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user