You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The current time assertion in the test_router_dataset_generic_fields, specifically the time set as 0.2, was increased due to intermittent failures observed during pre-commit locally. While the adjustment temporarily mitigated the failures, it's uncertain the purpose of initially setting the time to 0.1.
To ensure consistency in time-related assertions across tests, it is necessary to review and standardise the time assertions.
Proposed Solution:
The proposed solution involves the following steps:
Review the purpose and significance of the time assertion set initially to 0.1.
Standardise time assertions across tests to ensure consistency.
Description:
The current time assertion in the
test_router_dataset_generic_fields
, specifically the time set as 0.2, was increased due to intermittent failures observed during pre-commit locally. While the adjustment temporarily mitigated the failures, it's uncertain the purpose of initially setting the time to 0.1.To ensure consistency in time-related assertions across tests, it is necessary to review and standardise the time assertions.
Proposed Solution:
The proposed solution involves the following steps:
Originally from discussion in #298 (comment)
The text was updated successfully, but these errors were encountered: