mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
gtest: Bump up to 3ms min-delay for CI
Much less stringent unit test for min timing delay. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
parent
db3c73cbd1
commit
c2ce3e8222
@ -76,7 +76,7 @@ TEST_F(utilities_unit, min_delay_LT_500us)
|
||||
}
|
||||
min_delay_ns /= AVG_CNT;
|
||||
|
||||
ASSERT_LT(to_us(min_delay_ns).count(), 500);
|
||||
ASSERT_LT(to_us(min_delay_ns).count(), 3000);
|
||||
}
|
||||
|
||||
/* Test the second delay method */
|
||||
|
Loading…
x
Reference in New Issue
Block a user