From 77b2534848517a5331271fa4624f8f709a61e602 Mon Sep 17 00:00:00 2001 From: Andrey Tolstoy Date: Thu, 10 Dec 2020 04:25:05 +0700 Subject: [PATCH] [test] wiring/no_fixture: relaxes timing requirements for fastpin tests --- third_party/mbedtls/mbedtls | 2 +- user/tests/wiring/no_fixture/fastpin.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/mbedtls/mbedtls b/third_party/mbedtls/mbedtls index 7da4060120..671bd61510 160000 --- a/third_party/mbedtls/mbedtls +++ b/third_party/mbedtls/mbedtls @@ -1 +1 @@ -Subproject commit 7da40601200bba5264ba6a5035eb410067c49f29 +Subproject commit 671bd615103cf3851f48116eb27764e9ba7f7a5c diff --git a/user/tests/wiring/no_fixture/fastpin.cpp b/user/tests/wiring/no_fixture/fastpin.cpp index 14a0309ea3..a32bdedf8c 100644 --- a/user/tests/wiring/no_fixture/fastpin.cpp +++ b/user/tests/wiring/no_fixture/fastpin.cpp @@ -40,7 +40,7 @@ test(FASTPIN_02_MaxDuration_PinReset) { #if HAL_PLATFORM_GEN == 3 // expected max ticks of pinResetFast on Gen3 - const uint32_t MAX_DURATION_PINRESET_TICKS = 60; + const uint32_t MAX_DURATION_PINRESET_TICKS = 63; #elif HAL_PLATFORM_GEN == 2 // expected max ticks of pinResetFast on Gen2 const uint32_t MAX_DURATION_PINRESET_TICKS = 25;