Skip to content

Increase timelimit per test run in TestCov from 3 to 50s

As proposed by @kaled-alshmrany in archives-2022#3 (comment 733930042) .

According to Kaled, less than 50 seconds may suffice. The required time is not because of a badly chosen test input, but because the test task requires this execution time.

Do we want to risk longer individual run executions and directly go up to 50 seconds per run, or go slowly from some smaller values?

Maybe we should also increase the total time limit for TestCov as well?

Edited by Thomas Lemberger

Merge request reports