summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Bug_3582
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-11-12 08:14:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-11-12 08:14:12 +0000
commitb0e72b1c4c815dfdf139b02c16ba9abc7cc65985 (patch)
treeaea776dd8963ec2c950fa6e08c8cc2c6758a889a /TAO/tests/Portable_Interceptors/Bug_3582
parent0d4c0bef53121c4b3e019e39c96cbe68dd35132a (diff)
downloadATCD-b0e72b1c4c815dfdf139b02c16ba9abc7cc65985.tar.gz
Thu Nov 12 07:13:51 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/PortableInterceptors/AdvSlot/run_test.pl * tests/PortableInterceptors/AdvSlotDblCpy/run_test.pl * tests/PortableInterceptors/Bug_2133/run_test.pl * tests/PortableInterceptors/Bug_2510_Regression/run_test.pl * tests/PortableInterceptors/Bug_3080/run_test.pl * tests/PortableInterceptors/Bug_3582/run_test.pl * tests/PortableInterceptors/Dynamic/run_test.pl * tests/PortableInterceptors/IORInterceptor/run_test.pl * tests/PortableInterceptors/ORB_Shutdown/run_test.pl * tests/PortableInterceptors/PICurrent/run_test.pl Fixed fuzz errors
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Bug_3582')
-rwxr-xr-xTAO/tests/Portable_Interceptors/Bug_3582/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/Bug_3582/run_test.pl b/TAO/tests/Portable_Interceptors/Bug_3582/run_test.pl
index de707d44f51..0961c9a15f8 100755
--- a/TAO/tests/Portable_Interceptors/Bug_3582/run_test.pl
+++ b/TAO/tests/Portable_Interceptors/Bug_3582/run_test.pl
@@ -58,7 +58,7 @@ if ($server_status != 0) {
print "Restarting Client to provoke TRANSIENT exception\n";
-$client_status = $CL->SpawnWaitKill (60);
+$client_status = $CL->SpawnWaitKill ($server->ProcessStartWaitInterval() + 45);
if ($client_status != 0) {
print STDERR "ERROR: client returned $client_status\n";