summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE
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
commit424153fdb8a57ae6982f68d44a2bdeef99741e51 (patch)
treee0e11a8d0eb8361ca857a3e560f9962659702d7d /CIAO/DAnCE
parent3f870b3627b5e9f30f20883a4072e5be65b993a8 (diff)
downloadATCD-424153fdb8a57ae6982f68d44a2bdeef99741e51.tar.gz
Diffstat (limited to 'CIAO/DAnCE')
-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;