summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-27 13:47:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-27 13:47:23 +0000
commit47652036d09469233a002636b3a66b34ba1096f6 (patch)
treeafcc840f2efa568e5e243907e098cf35e46b441e
parenta6ee22d67d57c34ec205cf520b672d63c412e6bc (diff)
downloadATCD-47652036d09469233a002636b3a66b34ba1096f6.tar.gz
-rwxr-xr-xCIAO/DAnCE/tests/NodeApplicationTest/run_test_ex.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/DAnCE/tests/NodeApplicationTest/run_test_ex.pl b/CIAO/DAnCE/tests/NodeApplicationTest/run_test_ex.pl
index 5977736af6c..6a39f451377 100755
--- a/CIAO/DAnCE/tests/NodeApplicationTest/run_test_ex.pl
+++ b/CIAO/DAnCE/tests/NodeApplicationTest/run_test_ex.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;