fix: test with 90

This commit is contained in:
Alessandre Laguierce 2025-04-04 17:56:53 +02:00
parent b0214fc27b
commit 9edbfd9bfb

View File

@ -345,7 +345,7 @@ void __attribute__((constructor)) setup_main_thread()
// Create an entry for the main thread.
struct context_entry_t *new_entry;
for (int i = 0; i < 5000; ++i) {
for (int i = 0; i < 90; ++i) {
new_entry = malloc(sizeof(*new_entry));
memset(new_entry->stack, 0, STACK_SIZE);