noux_fork: raise MAX_COUNT to 1000

To see the output of both, forker and fork, we must give the test
more time on OKL4 as fork seems to be not so fast with this kernel.

ref #989
This commit is contained in:
Martin Stein 2014-01-31 14:07:17 +01:00 committed by Norman Feske
parent 9c1563be67
commit 020edd3032
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include <unistd.h>
#include <errno.h>
enum { MAX_COUNT = 100 };
enum { MAX_COUNT = 1000 };
int main(int, char **)
{