summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/Notify/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Log/Notify/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/examples/Log/Notify/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/Log/Notify/run_test.pl b/TAO/orbsvcs/examples/Log/Notify/run_test.pl
index 21b91a1f8db..a2809b7cf73 100755
--- a/TAO/orbsvcs/examples/Log/Notify/run_test.pl
+++ b/TAO/orbsvcs/examples/Log/Notify/run_test.pl
@@ -49,7 +49,7 @@ print STDERR "Starting Supplier\n";
$supplier->Spawn ();
-$supplier->WaitKill (10);
+$supplier->WaitKill (5);
$consumer->Kill ();