diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-04-23 11:17:17 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-04-23 11:17:17 +0000 |
commit | af256c07fe90c96d77209e32c59ee6e81c76c6b2 (patch) | |
tree | 0651d8e7fa51db74a7fbb454c0dc4fbfeafa1496 /TAO/tests/Native_Exceptions | |
parent | a4125439ea93ed7a960c08ea7a803f54105ad18e (diff) | |
download | ATCD-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-x | TAO/tests/Native_Exceptions/run_test.pl | 2 |
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"; |