Skip to content

Commit 77b2534

Browse files
committed
[test] wiring/no_fixture: relaxes timing requirements for fastpin tests
1 parent fca6e98 commit 77b2534

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

third_party/mbedtls/mbedtls

Submodule mbedtls updated 603 files

user/tests/wiring/no_fixture/fastpin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test(FASTPIN_02_MaxDuration_PinReset) {
4040

4141
#if HAL_PLATFORM_GEN == 3
4242
// expected max ticks of pinResetFast on Gen3
43-
const uint32_t MAX_DURATION_PINRESET_TICKS = 60;
43+
const uint32_t MAX_DURATION_PINRESET_TICKS = 63;
4444
#elif HAL_PLATFORM_GEN == 2
4545
// expected max ticks of pinResetFast on Gen2
4646
const uint32_t MAX_DURATION_PINRESET_TICKS = 25;

0 commit comments

Comments
 (0)