We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d300c4 commit 843bd87Copy full SHA for 843bd87
1 file changed
test/hardware_sync_spin_lock_test/CMakeLists.txt
@@ -11,3 +11,5 @@ pico_add_extra_outputs(hardware_sync_spin_lock_test)
11
target_compile_definitions(hardware_sync_spin_lock_test PRIVATE
12
PICO_STDOUT_MUTEX=0
13
)
14
+
15
+set_target_properties(hardware_sync_spin_lock_test PROPERTIES PICO_TEST_TIMEOUT 10)
0 commit comments