google / google/gtest-parallel

Support per-test case timeout?

Open
#93 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
475
Forks
110
PR merge metrics
No merged PRs in 30d

Description

Currently timeout is global. When timeout is reached, all running test cases are marked as "interrupted", and they are reported as FAILED TESTS.

These reported failed cases may not make sense, because these tests **could** finish quickly. They were just not started at the right moment -- they don't have enough time quota to finish until reaching the global time limit.

It may be better to implement a per-test-case timeout instead.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.