diff -r 5158c0d3bde3 -r d00bf4f57250 baseport/syborg/soundsc/virtio_iohandler.cpp --- 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 );