Author: mlytwyn
Date: Tue Oct 27 20:41:45 2015
New Revision: 39095

URL: http://svn.gna.org/viewcvs/gnustep?rev=39095&view=rev
Log:
Fix waiting forever if gpbs crashes within a certain window

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m?rev=39095&r1=39094&r2=39095&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m    
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m    Tue Oct 
27 20:41:45 2015
@@ -1999,6 +1999,10 @@
           Protocol      *p = @protocol(GSPasteboardSvr);
 
          [conn enableMultipleThreads];
+    // Testplant-MAL-2015.10.27...
+    // Fix issue with waiting forever if gpbs crashes within a
+    // certain processing window...
+    [conn setReplyTimeout:5.0];
           [(id)the_server setProtocolForProxy: p];
          [[NSNotificationCenter defaultCenter]
            addObserver: self


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to