From 769a4ecc6ae753a13cd9ae68582bea51f48d67d1 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Wed, 6 Jun 2012 18:17:36 +0000 Subject: [PATCH] * reduced complexity/running time of the test git-svn-id: trunk@21499 - --- tests/test/theapthread.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test/theapthread.pp b/tests/test/theapthread.pp index 5d551fd07b..9839929b75 100644 --- a/tests/test/theapthread.pp +++ b/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