Reduce sleep time in wait handler to increase performance of commands
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c
index 189af45..8f66495 100644
--- a/src/ideviceinstaller.c
+++ b/src/ideviceinstaller.c
@@ -334,7 +334,7 @@
 {
 	struct timespec ts;
 	ts.tv_sec = 0;
-	ts.tv_nsec = 500000000;
+	ts.tv_nsec = 50000000;
 	is_device_connected = 1;
 
 	/* subscribe to make sure to exit on device removal */