From: Lucas De Marchi <lucas.demarchi@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Lucas De Marchi <lucas.demarchi@intel.com>,
intel-xe@lists.freedesktop.org
Subject: [igt-dev] [PATCH igt] tests/xe_create: Bump max time
Date: Mon, 24 Jul 2023 08:57:05 -0700 [thread overview]
Message-ID: <20230724155705.3700630-1-lucas.demarchi@intel.com> (raw)
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
next reply other threads:[~2023-07-24 15:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-24 15:57 Lucas De Marchi [this message]
2023-07-24 16:25 ` [igt-dev] [Intel-xe] [PATCH igt] tests/xe_create: Bump max time 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230724155705.3700630-1-lucas.demarchi@intel.com \
--to=lucas.demarchi@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox