Sfoglia il codice sorgente

* reduced complexity/running time of the test

git-svn-id: trunk@21499 -
Jonas Maebe 13 anni fa
parent
commit
769a4ecc6a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/test/theapthread.pp

+ 1 - 1
tests/test/theapthread.pp

@@ -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