RemoteDrawingEngine: Reduce RP_READ_BITMAP result timeout.

This commit is contained in:
Michael Lotz
2017-11-21 22:18:17 +01:00
parent 0863572d73
commit 60882f20e1
@@ -963,7 +963,7 @@ RemoteDrawingEngine::ReadBitmap(ServerBitmap* bitmap, bool drawCursor,
status_t result; status_t result;
do { do {
result = acquire_sem_etc(fResultNotify, 1, B_RELATIVE_TIMEOUT, result = acquire_sem_etc(fResultNotify, 1, B_RELATIVE_TIMEOUT,
100 * 1000 * 1000); 10 * 1000 * 1000);
} while (result == B_INTERRUPTED); } while (result == B_INTERRUPTED);
if (result != B_OK) if (result != B_OK)