mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 11:10:48 +02:00
* reduced complexity/running time of the test
git-svn-id: trunk@21499 -
This commit is contained in:
parent
aa0f1bdf26
commit
769a4ecc6a
@ -212,7 +212,7 @@ begin
|
||||
pairs[i] := tpair.create;
|
||||
for i := low(pairs) to high(pairs) do
|
||||
pairs[i].resume;
|
||||
sleep(5000);
|
||||
sleep(1500);
|
||||
done := true;
|
||||
for i := low(pairs) to high(pairs) do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user