summaryrefslogtreecommitdiff
path: root/ACE/tests/run_test.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-08-13 09:10:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-08-13 09:10:17 +0000
commit23ab044264596c8ed45dbed66a78fccdc8d000c1 (patch)
tree5d3dfd1204c6da3911ebe0e406cdc4a6370d4cce /ACE/tests/run_test.pl
parent3213f24399bfb4c4c19701e7ac1131a094d1d603 (diff)
downloadATCD-23ab044264596c8ed45dbed66a78fccdc8d000c1.tar.gz
Thu Aug 13 09:10:43 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/run_test.pl: Shortened the time to wait, we do include now the time to start a process
Diffstat (limited to 'ACE/tests/run_test.pl')
-rwxr-xr-xACE/tests/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/run_test.pl b/ACE/tests/run_test.pl
index 2e3b8769392..59127d1b8ec 100755
--- a/ACE/tests/run_test.pl
+++ b/ACE/tests/run_test.pl
@@ -136,7 +136,7 @@ sub run_program ($@)
}
my $start_time = time();
- $status = $P->SpawnWaitKill (400 + $target->ProcessStartWaitInterval());
+ $status = $P->SpawnWaitKill (200 + $target->ProcessStartWaitInterval());
my $time = time() - $start_time;
### Check for problems