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