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:
parent
53c8345c6d
commit
f97a18f8c0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue