Skip to content

Commit 5c09a50

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user/tests/wiring/no_fixture/fastpin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test(FASTPIN_01_MaxDuration_PinSet) {
1010

1111
#if HAL_PLATFORM_GEN == 3
1212
// expected max ticks of pinSetFast / pinResetFast on Gen3
13-
const uint32_t MAX_DURATION_PINSET_TICKS = 61;
13+
const uint32_t MAX_DURATION_PINSET_TICKS = 63;
1414
#elif HAL_PLATFORM_GEN == 2
1515
// expected max ticks of pinSetFast / pinResetFast on Gen2
1616
const uint32_t MAX_DURATION_PINSET_TICKS = 24;

0 commit comments

Comments
 (0)