summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/igt_psr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/igt_psr.c b/lib/igt_psr.c
index 355fe627..0ddfb64f 100644
--- a/lib/igt_psr.c
+++ b/lib/igt_psr.c
@@ -39,7 +39,7 @@ static bool psr_active(int debugfs_fd, bool check_active)
bool psr_wait_entry(int debugfs_fd)
{
- return igt_wait(psr_active(debugfs_fd, true), 500, 1);
+ return igt_wait(psr_active(debugfs_fd, true), 500, 20);
}
bool psr_wait_exit(int debugfs_fd)