Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH igt] tests/xe_create: Bump max time
@ 2023-07-24 15:57 Lucas De Marchi
  2023-07-24 16:25 ` [igt-dev] [Intel-xe] " Niranjana Vishwanathapura
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lucas De Marchi @ 2023-07-24 15:57 UTC (permalink / raw)
  To: igt-dev; +Cc: Lucas De Marchi, intel-xe

For our kernel with debug and kasan enabled, 2 seconds is not enough to
create 2048 engines. In CI we are seeing it failing sometimes for ADL-P:

	CRITICAL: Creating 2048 engines tooks too long: 2 [limit: 2]

And for ATS-M:

	CRITICAL: Creating 2048 engines tooks too long: 3 [limit: 2]

Let's bump it to 5 to cover all cases and give it some room for
early-enabling platforms.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
 tests/xe/xe_create.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/xe/xe_create.c b/tests/xe/xe_create.c
index 2e29efc90..e39e89f7a 100644
--- a/tests/xe/xe_create.c
+++ b/tests/xe/xe_create.c
@@ -120,7 +120,7 @@ static uint32_t __xe_engine_create(int fd, uint32_t vm,
 }
 
 #define MAXENGINES 2048
-#define MAXTIME 2
+#define MAXTIME 5
 
 /**
  * SUBTEST: create-engines-%s
-- 
2.40.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-25  2:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24 15:57 [igt-dev] [PATCH igt] tests/xe_create: Bump max time Lucas De Marchi
2023-07-24 16:25 ` [igt-dev] [Intel-xe] " Niranjana Vishwanathapura
2023-07-24 18:37 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-07-25  2:31 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox