From 9a030ad5599aa88c3034d44b63359c7469785eda Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 7 Jan 2014 03:20:13 +0000 Subject: Reduce deadlock kludge delay on exit. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5294 a436a847-0d15-0410-975c-d299462d15a1 --- src/ingen/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp index 15cb5f83..3c3ebdcf 100644 --- a/src/ingen/main.cpp +++ b/src/ingen/main.cpp @@ -204,8 +204,8 @@ main(int argc, char** argv) } } - // Sleep for a second to allow event queues to drain - Glib::usleep(1000000); + // Sleep for a half second to allow event queues to drain + Glib::usleep(500000); // Shut down if (world->engine()) -- cgit v1.2.1