Skip to content

Commit

Permalink
[Sheriff] Bumping treshold to fix flaky PipelineIntegrationTest
Browse files Browse the repository at this point in the history
Bug: 1434789
Change-Id: Iaf94d8f98f4ec4c13283ac920e46c407b537baf8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4449808
Auto-Submit: Hailey Wang <haileywang@google.com>
Reviewed-by: Muyao Xu <muyaoxu@google.com>
Owners-Override: Hailey Wang <haileywang@google.com>
Reviewed-by: Dale Curtis <dalecurtis@chromium.org>
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1132751}
  • Loading branch information
“Hailey authored and Chromium LUCI CQ committed Apr 19, 2023
1 parent 81dde27 commit f9ec4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/test/pipeline_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#endif

#define EXPECT_AUDIO_HASH(expected) \
EXPECT_TRUE(GetAudioHash().IsEquivalent(expected, 0.03)) \
EXPECT_TRUE(GetAudioHash().IsEquivalent(expected, 0.04)) \
<< "Audio hashes differ. Expected: " << expected \
<< " Actual: " << GetAudioHash().ToString()

Expand Down

0 comments on commit f9ec4f7

Please sign in to comment.