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 5c09a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/tests/wiring/no_fixture/fastpin.cpp
Expand Up @@ -10,7 +10,7 @@ test(FASTPIN_01_MaxDuration_PinSet) {

#if HAL_PLATFORM_GEN == 3
// expected max ticks of pinSetFast / pinResetFast on Gen3
const uint32_t MAX_DURATION_PINSET_TICKS = 61;
const uint32_t MAX_DURATION_PINSET_TICKS = 63;
#elif HAL_PLATFORM_GEN == 2
// expected max ticks of pinSetFast / pinResetFast on Gen2
const uint32_t MAX_DURATION_PINSET_TICKS = 24;
Expand Down

0 comments on commit 5c09a50

Please sign in to comment.