summaryrefslogtreecommitdiffstats
path: root/src/ingen/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen/main.cpp')
-rw-r--r--src/ingen/main.cpp4
1 files 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())