Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-12-22 20:14:49 +0000
committereutarass2010-12-22 20:14:49 +0000
commit231b0a64584c1a99688ff551323fc885b0a66c02 (patch)
treed0b811e298f9e3dac5f3bab060a7879c9e728c5a /tests/test-all
parentdf0c75389f29bc5e73d862df446d25034c4e4695 (diff)
downloadorg.eclipse.tcf-231b0a64584c1a99688ff551323fc885b0a66c02.tar.gz
org.eclipse.tcf-231b0a64584c1a99688ff551323fc885b0a66c02.tar.xz
org.eclipse.tcf-231b0a64584c1a99688ff551323fc885b0a66c02.zip
TCF Agent: PIPE channel code changed to re-use common output queue implementation in outputbuf.c
Diffstat (limited to 'tests/test-all')
-rwxr-xr-xtests/test-all4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-all b/tests/test-all
index f7d08a6e0..a8b036feb 100755
--- a/tests/test-all
+++ b/tests/test-all
@@ -288,7 +288,7 @@ function build_and_test_agent()
continue
fi
local AGENT_S_OPT=PIPE:
- TESTURL1=ID=Test-Agent-$HOST-$SEQ:TransportName=PIPE:
+ TESTURL1=ID=Test-Agent-$HOST-$SEQ:TransportName=PIPE
;;
UNIX)
if [ "$OPSYS" != GNU/Linux ] ; then
@@ -310,7 +310,7 @@ function build_and_test_agent()
;;
esac
$SSH "$TRUNK/agent/obj/$OPSYS/$MACHINE/$CONF/agent -s $AGENT_S_OPT $AGENT_L_OPT -l0" >>logs/$LOGFILE 2>&1 &
- sleep 5
+ sleep 25
echo >>logs/$LOGFILE
echo "Starting tests, target: $TESTURL2 $TESTURL1" >>logs/$LOGFILE
if time -p java -ea \

Back to the top