Skip to content

Commit

Permalink
Merge pull request #259 from jmcker/timeout-patch-1
Browse files Browse the repository at this point in the history
Adjust HulaRingBuffer timeout
  • Loading branch information
agokhale1 authored Nov 29, 2018
2 parents 623ef94 + fbf13f7 commit a00cb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ if (CMAKE_BUILD_TYPE MATCHES "Debug")

# Test that only rely on the audio library
create_test ("src/test/TestOSAudio.cpp" "" 3 FALSE FALSE)
create_test ("src/test/TestHulaRingBuffer.cpp" "" 0.5 TRUE FALSE)
create_test ("src/test/TestHulaRingBuffer.cpp" "" 1 TRUE FALSE)
create_test ("src/test/TestController.cpp" "" -1 TRUE FALSE)

if (OSX)
Expand Down

0 comments on commit a00cb97

Please sign in to comment.