-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
DAG 2021-03-08
-
1
Currently, the C++ unit-tests and dbtest tasks have a timeout of 2 hours. This is way too much time for the unit-tests to be running, since they should be highly parallelisable and also, in general shouldn't be running long time.
We should be able to cap them to at most 30 minutes, so that commits which introduce deadlocks for example won't stall the commit queue for 2hrs.