Skip to content

Commit 843bd87

Browse files
committed
Increase timeout on hardware_sync_spin_lock_test
1 parent 4d300c4 commit 843bd87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/hardware_sync_spin_lock_test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ pico_add_extra_outputs(hardware_sync_spin_lock_test)
1111
target_compile_definitions(hardware_sync_spin_lock_test PRIVATE
1212
PICO_STDOUT_MUTEX=0
1313
)
14+
15+
set_target_properties(hardware_sync_spin_lock_test PROPERTIES PICO_TEST_TIMEOUT 10)

0 commit comments

Comments
 (0)