Skip to content
Snippets Groups Projects
Commit cd23c873 authored by rswindell's avatar rswindell
Browse files

Added wait for all sopen_child_threads to quit.

parent 293f566c
Branches
Tags
No related merge requests found
......@@ -64,6 +64,7 @@ int main()
else
SLEEP(1);
}
SLEEP(5000); /* wait for all threads to quit */
/* Exclusive sopen test */
printf("\nsopen() test\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment