diff options
author | naga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-03 21:50:10 +0000 |
---|---|---|
committer | naga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-03 21:50:10 +0000 |
commit | 95413e440e77bd9ed0a0da0c72775808704c7347 (patch) | |
tree | 802774adf959d5f9e13b8c9f133ae64ad2796ddc /TAO/tests/Cubit | |
parent | 44f478588867e3253dbabb7dbdc43299166ebc19 (diff) | |
download | ATCD-95413e440e77bd9ed0a0da0c72775808704c7347.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tests/Cubit')
-rwxr-xr-x | TAO/tests/Cubit/TAO/IDL_Cubit/run_test.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Cubit/TAO/IDL_Cubit/run_test.pl b/TAO/tests/Cubit/TAO/IDL_Cubit/run_test.pl index cf444b93df8..c7a926fe565 100755 --- a/TAO/tests/Cubit/TAO/IDL_Cubit/run_test.pl +++ b/TAO/tests/Cubit/TAO/IDL_Cubit/run_test.pl @@ -12,8 +12,8 @@ $ior_file = "cubit_ior"; $SV = Process::Create ("server".$Process::EXE_EXT, "-s -ORBport ".$server_port." -o ".$ior_file." -ORBobjrefstyle url"); -sleep (2); +sleep (5); -system ("client".$Process::EXE_EXT." -s -f ".$ior_file." -ORBport ".$client_port); +system ("client".$Process::EXE_EXT." -x -s -f ".$ior_file." -ORBport ".$client_port ); -$SV->Kill ();
\ No newline at end of file +$SV->Kill (); |