Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2012-01-20 23:26:16 +0000
committerEugene Tarassov2012-01-20 23:26:16 +0000
commita1b540e1272eda3d1b09f3232512db9cc0f1d168 (patch)
tree4ceb84ff757f6893e1c3eaaa679884b4d885065c /tests/test-all
parent5ff81a4870612bbeda0bba8fe47ebe7b6df65b46 (diff)
downloadorg.eclipse.tcf-a1b540e1272eda3d1b09f3232512db9cc0f1d168.tar.gz
org.eclipse.tcf-a1b540e1272eda3d1b09f3232512db9cc0f1d168.tar.xz
org.eclipse.tcf-a1b540e1272eda3d1b09f3232512db9cc0f1d168.zip
TCF Test: fixed: sometimes agent test fails with "Address already in use" error.
Diffstat (limited to 'tests/test-all')
-rwxr-xr-xtests/test-all3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-all b/tests/test-all
index 1c527d251..1c5d2db0f 100755
--- a/tests/test-all
+++ b/tests/test-all
@@ -316,8 +316,9 @@ function build_and_test_agent()
TESTURL1=TransportName=TCP:Host=localhost:Port=1534
;;
esac
+ sleep 5
$SSH -f "$AGENT/agent/obj/$OPSYS/$MACHINE/$CONF/agent -s $AGENT_S_OPT $AGENT_L_OPT -l0" >>logs/$LOGFILE 2>&1
- sleep 25
+ sleep 5
echo >>logs/$LOGFILE
echo "Starting tests, target: $TESTURL2 $TESTURL1" >>logs/$LOGFILE
if time -p java -ea \

Back to the top