Browse Source

* reduced complexity/running time of the test

git-svn-id: trunk@21499 -
Jonas Maebe 13 years ago
parent
commit
769a4ecc6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/theapthread.pp

+ 1 - 1
tests/test/theapthread.pp

@@ -212,7 +212,7 @@ begin
       pairs[i] := tpair.create;
       pairs[i] := tpair.create;
     for i := low(pairs) to high(pairs) do
     for i := low(pairs) to high(pairs) do
       pairs[i].resume;
       pairs[i].resume;
-    sleep(5000);
+    sleep(1500);
     done := true;
     done := true;
     for i := low(pairs) to high(pairs) do
     for i := low(pairs) to high(pairs) do
     begin
     begin