DiffTextView.st
changeset 8647 136a25126878
parent 8545 e8ab04e3722d
child 8676 7fad1da68ff9
--- a/DiffTextView.st	Mon Jun 08 19:16:13 2009 +0200
+++ b/DiffTextView.st	Fri Jun 12 11:13:25 2009 +0200
@@ -329,7 +329,7 @@
         ].
 
         diffList := OrderedCollection new.
-        (stream readWaitWithTimeout:2) ifTrue:[
+        (stream readWaitWithTimeout:5) ifTrue:[
             "/ timeout
             self error:'cannot execute diff (timeout)' mayProceed:true.
             ^ nil.
@@ -681,5 +681,5 @@
 !DiffTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.53 2009-02-16 13:31:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.54 2009-06-12 09:13:25 cg Exp $'
 ! !