aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/JackDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/JackDriver.cpp')
-rw-r--r--src/engine/JackDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/JackDriver.cpp b/src/engine/JackDriver.cpp
index b75a6f5..9d9eac8 100644
--- a/src/engine/JackDriver.cpp
+++ b/src/engine/JackDriver.cpp
@@ -113,7 +113,7 @@ JackDriver::detach()
{
if (_is_activated) {
_is_activated = false;
- _stop.timed_wait(1000);
+ _stop.timed_wait(std::chrono::seconds(1));
}
if (_input_port) {