| Submitter | Kevin Wolf |
|---|---|
| Date | Feb. 22, 2013, 9:23 p.m. |
| Message ID | <1361568231-18198-17-git-send-email-kwolf@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/222688/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/tests/test-coroutine.c b/tests/test-coroutine.c index 4c6cc81..39be046 100644 --- a/tests/test-coroutine.c +++ b/tests/test-coroutine.c @@ -183,7 +183,7 @@ static void perf_nesting(void) double duration; maxcycles = 100000000; - maxnesting = 20000; + maxnesting = 1000; Coroutine *root; NestData nd = { .n_enter = 0,