|
From: Markus B. <mba...@us...> - 2005-09-18 14:40:56
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core.tests/src/org/rubypeople/rdt/debug/core/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22247/src/org/rubypeople/rdt/debug/core/tests Modified Files: TC_DebuggerCommunicationTest.java Log Message: set timeout to 60 secs Index: TC_DebuggerCommunicationTest.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core.tests/src/org/rubypeople/rdt/debug/core/tests/TC_DebuggerCommunicationTest.java,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** TC_DebuggerCommunicationTest.java 18 Sep 2005 12:48:01 -0000 1.35 --- TC_DebuggerCommunicationTest.java 18 Sep 2005 14:40:45 -0000 1.36 *************** *** 94,98 **** } } ! private static long TIMEOUT_MS = 20000 ; private Process process; private OutputRedirectorThread rubyStdoutRedirectorThread; --- 94,98 ---- } } ! private static long TIMEOUT_MS = 60000 ; private Process process; private OutputRedirectorThread rubyStdoutRedirectorThread; |