summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2013-03-09 19:13:58 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2013-03-09 19:13:58 +0000
commitc81a1d7de3468ab9e7afb5b509529d5875552a9e (patch)
treea4f8d3316b08c94882eab2a802eca010afe26b2d /TAO/tests
parent3ba2cc14fedaa7b787b4a9f0511e37a717b0cf01 (diff)
downloadATCD-c81a1d7de3468ab9e7afb5b509529d5875552a9e.tar.gz
Sat Mar 9 19:08:55 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tests')
-rwxr-xr-xTAO/tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/run_test.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/run_test.pl b/TAO/tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/run_test.pl
index a749bf7689f..1d7efc06f2a 100755
--- a/TAO/tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/run_test.pl
+++ b/TAO/tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/run_test.pl
@@ -287,8 +287,6 @@ sub test_4
$server->DeleteFile($lfname);
$SV = $server->CreateProcess ("server", " -ORBDebugLevel 5 -ORBSvcConf $svc_conf -ORBLogFile $server_logfile -s 3 -o $server_iorfile");
- $SC = $client->CreateProcess ("client", "-k file://$client_iorfile -s");
-
$server_status = $SV->Spawn ();
if ($server_status != 0) {
@@ -304,9 +302,10 @@ sub test_4
}
$CLS = $client->CreateProcess ("client", "-k file://$client_iorfile -n $num_clients");
- $status = $CLS->SpawnWaitKill ($client->ProcessStopWaitInterval());
+ $status = $CLS->SpawnWaitKill ($client->ProcessStopWaitInterval() * $num_clients);
- $client_status = $SC->SpawnWaitKill ($client->ProcessStopWaitInterval() * $num_clients);
+ $SC = $client->CreateProcess ("client", "-k file://$client_iorfile -s");
+ $client_status = $SC->SpawnWaitKill ($client->ProcessStopWaitInterval());
# Now find the spawned threads in the log file.