We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a441807 commit 4db1a25Copy full SHA for 4db1a25
src/cortex-common/src/timeout.rs
@@ -49,6 +49,7 @@ mod tests {
49
use super::*;
50
51
#[test]
52
+ #[allow(clippy::assertions_on_constants)]
53
fn test_timeout_values_are_reasonable() {
54
// Exec timeout should be greater than request timeout
55
assert!(DEFAULT_EXEC_TIMEOUT_SECS > DEFAULT_REQUEST_TIMEOUT_SECS);
0 commit comments