Skip to content

Commit

Permalink
Run tests in parallel.
Browse files Browse the repository at this point in the history
  • Loading branch information
cahirwpz committed Jul 31, 2023
1 parent 6440e59 commit a0ad99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/utest/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ typedef struct job {
} job_t;

static job_t *jobs = NULL;
static int njobmax = 1;
static int njobmax = 4;
static sigset_t sigchld_mask;

static void sigchld_handler(__unused int sig) {
Expand Down

0 comments on commit a0ad99a

Please sign in to comment.