summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-27 13:47:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-27 13:47:09 +0000
commita6ee22d67d57c34ec205cf520b672d63c412e6bc (patch)
treee0e11a8d0eb8361ca857a3e560f9962659702d7d
parent26eee8a207b59801ff5be138bd69a0f3481b4f1b (diff)
downloadATCD-a6ee22d67d57c34ec205cf520b672d63c412e6bc.tar.gz
-rwxr-xr-xCIAO/DAnCE/tests/NodeApplicationTest/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/DAnCE/tests/NodeApplicationTest/run_test.pl b/CIAO/DAnCE/tests/NodeApplicationTest/run_test.pl
index ecbd95c6b90..65e97232ac6 100755
--- a/CIAO/DAnCE/tests/NodeApplicationTest/run_test.pl
+++ b/CIAO/DAnCE/tests/NodeApplicationTest/run_test.pl
@@ -39,7 +39,7 @@ if (PerlACE::waitforfile_timed ($iorfile, $PerlACE::wait_interval_for_process_cr
exit 1;
}
-$CL->SpawnWaitKill (10);
+$CL->SpawnWaitKill (30);
$status = $SV->Kill (); $SV->TimedWait (1);
unlink $iorfile;