aboutsummaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
authorJ08nY2017-12-17 14:54:10 +0100
committerJ08nY2017-12-17 14:54:10 +0100
commitf1ef4305ad2e2299f72e569fcb6e31d3b98249dd (patch)
tree956c2f36eb98c02abf9039949ef5e2ac69f5c530 /test/src
parente9b54225b7258189862baa879af7466aa125742b (diff)
downloadecgen-f1ef4305ad2e2299f72e569fcb6e31d3b98249dd.tar.gz
ecgen-f1ef4305ad2e2299f72e569fcb6e31d3b98249dd.tar.zst
ecgen-f1ef4305ad2e2299f72e569fcb6e31d3b98249dd.zip
Allow larger PARI stack for tests.
Diffstat (limited to 'test/src')
-rw-r--r--test/src/test/default.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/test/default.c b/test/src/test/default.c
index 35f6df9..52cd895 100644
--- a/test/src/test/default.c
+++ b/test/src/test/default.c
@@ -9,7 +9,7 @@
void default_setup(void) {
memset(cfg, 0, sizeof(config_t));
- pari_init(20000000, 1000000);
+ pari_init(200000000, 1000000);
// set_mem_funcs(cr_malloc, cr_simple_calloc, cr_realloc, cr_free);
}