Skip to content

Commit 06c4812

Browse files
committed
test: adjust fork test parameters
- Reduce N from 200 to 150
1 parent 552ffa2 commit 06c4812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/libc/c/forkcow/forkcow.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <unistd.h>
55
#include <sys/mman.h>
66

7-
#define N 200
7+
#define N 150
88
#define LEN (1024 * 1024)
99

1010
void forktest(void) {

0 commit comments

Comments
 (0)