-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
v5.0
-
DAG 2021-09-06
-
26
-
1
When determining dynamic task timeouts, there is a case where a test may not have passed during our lookback window (2 weeks), but was run and still has a history. In this case, the reported runtime of the task looks like 0. If we hit this case, we should skip applying the dynamic timeout, since a runtime of 0 is inaccurate and we don't know what the actual runtime is.