diff --git a/openmp/runtime/test/parallel/bug54082.c b/openmp/runtime/test/parallel/bug54082.c --- a/openmp/runtime/test/parallel/bug54082.c +++ b/openmp/runtime/test/parallel/bug54082.c @@ -6,7 +6,7 @@ #include #include -#define N 1024 +#define N 128 int main(int argc, char *argv[]) { int errors = 0;