diff -r 8046120212f6 -r 136a25126878 DiffTextView.st --- 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 $' ! !