summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/Bug_2604_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/Bug_2604_Regression/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/Bug_2604_Regression/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/Bug_2604_Regression/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/Bug_2604_Regression/run_test.pl
index 17d3baacc3e..c0690e1d2a3 100755
--- a/TAO/orbsvcs/tests/ImplRepo/Bug_2604_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/ImplRepo/Bug_2604_Regression/run_test.pl
@@ -72,7 +72,7 @@ sub RunImRUtil {
my $cmd = shift;
print ">>> " . $imr_util->CommandLine() . "\n";
$imr_util->Arguments("$imr_init_ref $cmd");
- return $imr_util->SpawnWaitKill(5);
+ return $imr_util->SpawnWaitKill(15);
}
CleanupOutput();