diff --git a/utest/test_fork.c b/utest/test_fork.c index bd531e7fb..066716058 100644 --- a/utest/test_fork.c +++ b/utest/test_fork.c @@ -67,7 +67,11 @@ CTEST(fork, safety) #ifndef BUILD_DOUBLE exit(0); #else +#ifndef ARCH_RISCV64 blasint n = 1000; +#else + blasint n = 100; +#endif int i; double *a, *b, *c, *d;