Skip to content

Revert "Kill unit tests that run more than 1200 seconds"

Ondřej Surý requested to merge 3980-revert-unit-test-forking into main

This reverts commit 3d5c7cd4 which added wrapper around all the unit tests that would run the unit test in the forked process.

This makes any debugging of the unit tests too hard. Futures attempts to fix #3980 (closed) should add a custom automake test harness (log driver) that would kill the unit test after configured timeout.

Closes #3980 (closed)

Merge request reports