Skip to content

Commit 2a78e58

Browse files
committed
tests: drivers: i2s: i2s_mclk: scale expectation at coverage
Scale down expectation when coverage mode is used. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 17e8ccc commit 2a78e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drivers/i2s/i2s_mclk/src/test_i2s_mclk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static const struct gpio_dt_spec gpio_lrck_spec =
6060
static const struct device *dev_i2s;
6161

6262
#if defined(CONFIG_COVERAGE)
63-
#define EXPECTED_MCLK_SCALE 0.8
63+
#define EXPECTED_MCLK_SCALE 0.5
6464
#else
6565
#define EXPECTED_MCLK_SCALE 1.0
6666
#endif

0 commit comments

Comments
 (0)