ntdll/tests: Limit number of pool threads to avoid random test failures.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
This commit is contained in:
Sebastian Lackner 2015-10-07 01:23:54 +02:00 committed by Alexandre Julliard
parent 53c8345c6d
commit f97a18f8c0
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ static void test_tp_simple(void)
/* test cancellation of pending simple callbacks */
userdata = 0;
pTpSetPoolMaxThreads(pool, 10);
memset(&environment, 0, sizeof(environment));
environment.Version = 1;
environment.Pool = pool;