mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-21 18:16:14 +00:00
Relax TestMACMappingPerformance limit
This commit is contained in:
@@ -380,7 +380,7 @@ func TestMACMappingPerformance(t *testing.T) {
|
|||||||
if updateDuration > time.Millisecond*100 {
|
if updateDuration > time.Millisecond*100 {
|
||||||
t.Errorf("Update performance too slow: %v", updateDuration)
|
t.Errorf("Update performance too slow: %v", updateDuration)
|
||||||
}
|
}
|
||||||
if lookupDuration > time.Millisecond*50 {
|
if lookupDuration > time.Millisecond*70 {
|
||||||
t.Errorf("Lookup performance too slow: %v", lookupDuration)
|
t.Errorf("Lookup performance too slow: %v", lookupDuration)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user