Skip to content

Addressing review comments#1171

Open
jatinwadhwa921 wants to merge 1 commit into
ovep-developfrom
jatin_fix_workload_type
Open

Addressing review comments#1171
jatinwadhwa921 wants to merge 1 commit into
ovep-developfrom
jatin_fix_workload_type

Conversation

@jatinwadhwa921

Copy link
Copy Markdown

No description provided.

@jatinwadhwa921 jatinwadhwa921 requested a review from ankitm3k June 29, 2026 04:55

@ankitm3k ankitm3k left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basically the sleep duration its too high 200 msec we need to avoid the same when gtest_skip is called. rectify the same

@jatinwadhwa921 jatinwadhwa921 force-pushed the jatin_fix_workload_type branch from ce90f05 to 1ca072f Compare June 29, 2026 16:15
@jatinwadhwa921 jatinwadhwa921 force-pushed the jatin_fix_workload_type branch from 1ca072f to 0dff73a Compare June 29, 2026 16:18
// NPU resources were acquired and the sleep would only add build latency.
void TearDown() override {
std::this_thread::sleep_for(std::chrono::milliseconds(200));
if (IsSkipped()) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is this stray function location can find it?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IsSkipped() is inherited from GoogleTest's ::testing::Test base class

@ankitm3k ankitm3k left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants