summaryrefslogtreecommitdiff
path: root/TAO/tests/Native_Exceptions
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-04-23 11:17:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-04-23 11:17:17 +0000
commitaf256c07fe90c96d77209e32c59ee6e81c76c6b2 (patch)
tree0651d8e7fa51db74a7fbb454c0dc4fbfeafa1496 /TAO/tests/Native_Exceptions
parenta4125439ea93ed7a960c08ea7a803f54105ad18e (diff)
downloadATCD-af256c07fe90c96d77209e32c59ee6e81c76c6b2.tar.gz
Mon Apr 23 11:16:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Native_Exceptions')
-rwxr-xr-xTAO/tests/Native_Exceptions/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Native_Exceptions/run_test.pl b/TAO/tests/Native_Exceptions/run_test.pl
index dff3e2e84ed..bdb3e565b18 100755
--- a/TAO/tests/Native_Exceptions/run_test.pl
+++ b/TAO/tests/Native_Exceptions/run_test.pl
@@ -41,7 +41,7 @@ if ($client != 0) {
$status = 1;
}
-$server = $SV->WaitKill (10);
+$server = $SV->WaitKill (15);
if ($server != 0) {
print STDERR "ERROR: server returned $server\n";