mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
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:
parent
9c1563be67
commit
020edd3032
@ -8,7 +8,7 @@
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
enum { MAX_COUNT = 100 };
|
||||
enum { MAX_COUNT = 1000 };
|
||||
|
||||
int main(int, char **)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user