mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
Relax TestMACMappingPerformance limit
This commit is contained in:
@@ -380,7 +380,7 @@ func TestMACMappingPerformance(t *testing.T) {
|
||||
if updateDuration > time.Millisecond*100 {
|
||||
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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user