Skip to content

Commit

Permalink
[test] wiring/no_fixture: relaxes timing requirements for fastpin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avtolstoy committed Dec 9, 2020
1 parent fca6e98 commit 77b2534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/mbedtls/mbedtls
Submodule mbedtls updated 603 files
2 changes: 1 addition & 1 deletion user/tests/wiring/no_fixture/fastpin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 77b2534

Please sign in to comment.