baseport/syborg/soundsc/virtio_iohandler.cpp
changeset 71 d00bf4f57250
parent 45 01c1ffcc4fca
--- a/baseport/syborg/soundsc/virtio_iohandler.cpp	Mon May 10 11:37:38 2010 +0100
+++ b/baseport/syborg/soundsc/virtio_iohandler.cpp	Wed May 12 23:13:16 2010 +0100
@@ -128,7 +128,7 @@
 	{
 	SYBORG_VIRTIO_DEBUG("WaitForCompletion : {");
 
-	TInt st = Kern::PollingWait( &DIoHandler::CheckProcessing, this, 10, 100 );
+	TInt st = Kern::PollingWait( &DIoHandler::CheckProcessing, this, 50, 100 );
 
 	ASSERT( st == KErrNone );