From 878ab2fc7ef87f1b2fba7b029e4190a0ecc8003c Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 11 Jan 2021 15:58:15 +0000 Subject: [PATCH] Reduce bridge plugin test to 5s --- source/bridges-plugin/CarlaBridgePlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/bridges-plugin/CarlaBridgePlugin.cpp b/source/bridges-plugin/CarlaBridgePlugin.cpp index 2a8af4b93..6e6580e0f 100644 --- a/source/bridges-plugin/CarlaBridgePlugin.cpp +++ b/source/bridges-plugin/CarlaBridgePlugin.cpp @@ -287,7 +287,7 @@ public: if (testing) { - timeToEnd = water::Time::currentTimeMillis() + 10 * 1000; + timeToEnd = water::Time::currentTimeMillis() + 5 * 1000; fEngine->transportPlay(); }