summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexamples/Hello/descriptors_events/run_NodeDaemons.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Hello/descriptors_events/run_NodeDaemons.pl b/examples/Hello/descriptors_events/run_NodeDaemons.pl
index fa097f147d9..7e5efa3b1ad 100755
--- a/examples/Hello/descriptors_events/run_NodeDaemons.pl
+++ b/examples/Hello/descriptors_events/run_NodeDaemons.pl
@@ -31,10 +31,10 @@ unlink $iorfile2;
$CIAO_ROOT=$ENV{'CIAO_ROOT'};
$SV1 = new PerlACE::Process ("$CIAO_ROOT/DAnCE/NodeManager/NodeManager",
- "-ORBEndpoint iiop://localhost:60001 -s $CIAO_ROOT/DAnCE/NodeApplication/NodeApplication");
+ "-ORBEndpoint iiop://localhost:60001 -s $CIAO_ROOT/DAnCE/NodeApplication/NodeApplication -d 500");
$SV2 = new PerlACE::Process ("$CIAO_ROOT/DAnCE/NodeManager/NodeManager",
- "-ORBEndpoint iiop://localhost:60002 -s $CIAO_ROOT/DAnCE/NodeApplication/NodeApplication");
+ "-ORBEndpoint iiop://localhost:60002 -s $CIAO_ROOT/DAnCE/NodeApplication/NodeApplication -d 500");
$SV1->Spawn ();
$SV2->Spawn ();