Skip to content

Commit 49be133

Browse files
committed
Loosen timer devitation test
1 parent adcf341 commit 49be133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/tests/timer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ mod tests {
107107

108108
// Deviation is high for smaller timer durations. Higher duratinons are pretty accurate.
109109
// TODO: Maybe the allowed deviation should changed depending on the duration?
110-
defmt::assert!(deviation < 40e-4);
110+
defmt::assert!(deviation < 11e-02);
111111
}
112112
state.timer = Some(timer);
113113
}

0 commit comments

Comments
 (0)