Browse Source

Reduce bridge plugin test to 5s

tags/v2.3.0-RC1
falkTX 3 years ago
parent
commit
878ab2fc7e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/bridges-plugin/CarlaBridgePlugin.cpp

+ 1
- 1
source/bridges-plugin/CarlaBridgePlugin.cpp View File

@@ -287,7 +287,7 @@ public:

if (testing)
{
timeToEnd = water::Time::currentTimeMillis() + 10 * 1000;
timeToEnd = water::Time::currentTimeMillis() + 5 * 1000;
fEngine->transportPlay();
}



Loading…
Cancel
Save