Skip to content

Commit 0e7d2cd

Browse files
Test coverage bump
1 parent 513311e commit 0e7d2cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gr_poly/test/t-sin_cos_series.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ TEST_FUNCTION_START(gr_poly_sin_cos_series, state)
4040
else if (gr_ctx_is_finite(ctx) == T_TRUE)
4141
n = 1 + n_randint(state, 100);
4242
else
43-
n = 1 + n_randint(state, 20);
43+
n = 1 + n_randint(state, 30);
4444

4545
GR_MUST_SUCCEED(gr_poly_randtest(a, state, n + 2, ctx));
4646
GR_MUST_SUCCEED(gr_poly_randtest(S, state, n + 2, ctx));

0 commit comments

Comments
 (0)