summaryrefslogtreecommitdiff
path: root/protocols/tests/HTBP/Reactor_Tests/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/tests/HTBP/Reactor_Tests/run_test.pl')
-rwxr-xr-xprotocols/tests/HTBP/Reactor_Tests/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/tests/HTBP/Reactor_Tests/run_test.pl b/protocols/tests/HTBP/Reactor_Tests/run_test.pl
index 13aafef2d43..0ba137a10e1 100755
--- a/protocols/tests/HTBP/Reactor_Tests/run_test.pl
+++ b/protocols/tests/HTBP/Reactor_Tests/run_test.pl
@@ -35,14 +35,14 @@ $target1->DeleteFile ($synchbase);
my $CL = $target2->CreateProcess ("client", " -h $host -p $port");
-$client = $CL->SpawnWaitKill (300);
+$client = $CL->SpawnWaitKill ($target2->ProcessStartWaitInterval() + 285);
if ($client != 0) {
print STDERR "ERROR: client returned $client\n";
$status = 1;
}
-$server = $SV->WaitKill (10);
+$server = $SV->WaitKill ($target1->ProcessStopWaitInterval());
if ($server != 0) {
print STDERR "ERROR: server returned $server\n";