hw: relax signal limits for resource_request test

ref #912
This commit is contained in:
Martin Stein 2013-10-14 12:42:44 +02:00 committed by Norman Feske
parent f88fd35f22
commit c117516296
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ namespace Kernel
MAX_PDS = 256,
MAX_THREADS = 256,
MAX_SIGNAL_RECEIVERS = 256,
MAX_SIGNAL_CONTEXTS = 256,
MAX_SIGNAL_CONTEXTS = 2048,
MAX_VMS = 4,
};
}