Skip to content

Commit a9b0c4f

Browse files
authored
auval -stress defaults to 20 seconds (vs default 600) (#135)
1 parent 6b028fd commit a9b0c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/tests/BasicTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ struct AUvalTest : public PluginTest
689689
return;
690690

691691
// Use -stress on strictness levels greater than 5
692-
const auto cmd = juce::String ("auval -strict STRESS -v ").replace ("STRESS", ut.getOptions().strictnessLevel > 5 ? "-stress" : "")
692+
const auto cmd = juce::String ("auval -strict STRESS -v ").replace ("STRESS", ut.getOptions().strictnessLevel > 5 ? "-stress 20" : "")
693693
+ desc.fileOrIdentifier.fromLastOccurrenceOf ("/", false, false).replace (",", " ");
694694

695695
juce::ChildProcess cp;

0 commit comments

Comments
 (0)