Author: mlytwyn
Date: Tue Oct 27 21:24:46 2015
New Revision: 39096

URL: http://svn.gna.org/viewcvs/gnustep?rev=39096&view=rev
Log:
Lower reply timeout to 2.0 seconds

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=39096&r1=39095&r2=39096&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m    
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m    Tue Oct 
27 21:24:46 2015
@@ -2002,7 +2002,7 @@
     // Testplant-MAL-2015.10.27...
     // Fix issue with waiting forever if gpbs crashes within a
     // certain processing window...
-    [conn setReplyTimeout:5.0];
+    [conn setReplyTimeout:2.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