diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-05-21 12:38:54 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-05-21 12:38:54 +0000 |
commit | c2b96a02a07b201d48040e6741b45ad44d90eb1d (patch) | |
tree | f081291279da7321bde772f7f863e6c4c7bc0fbb /TAO/tests/AMI_Buffering | |
parent | ac3e843fd88e4db218e9d6d996a1ded92d582926 (diff) | |
download | ATCD-c2b96a02a07b201d48040e6741b45ad44d90eb1d.tar.gz |
Mon May 21 12:36:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/AMI_Buffering')
-rwxr-xr-x | TAO/tests/AMI_Buffering/run_timeout_reactive.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/AMI_Buffering/run_timeout_reactive.pl b/TAO/tests/AMI_Buffering/run_timeout_reactive.pl index bc45e7b3a45..caa9233bb5b 100755 --- a/TAO/tests/AMI_Buffering/run_timeout_reactive.pl +++ b/TAO/tests/AMI_Buffering/run_timeout_reactive.pl @@ -51,14 +51,14 @@ if ($client != 0) { $status = 1; } -$server = $SV->WaitKill (10); +$server = $SV->WaitKill (15); if ($server != 0) { print STDERR "ERROR: server returned $server\n"; $status = 1; } -$admin = $AD->WaitKill (10); +$admin = $AD->WaitKill (15); if ($admin != 0) { print STDERR "ERROR: admin returned $admin\n"; |