From: Takashi Sakamoto Date: Thu, 11 Mar 2021 05:21:43 +0000 (+0900) Subject: axfer: test: reduce test case for maximum number of frame count X-Git-Tag: v1.2.5~51 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0a03f061343ac5a16e551c0e9ac44f1a60615589;p=alsa-utils.git axfer: test: reduce test case for maximum number of frame count This commit reduces test case for maximum number of frame count so that overall time is shortened. The count of total iteration is still the same. Signed-off-by: Takashi Sakamoto Signed-off-by: Jaroslav Kysela --- diff --git a/axfer/test/container-test.c b/axfer/test/container-test.c index 0b231d0..1f686d7 100644 --- a/axfer/test/container-test.c +++ b/axfer/test/container-test.c @@ -300,7 +300,7 @@ int main(int argc, const char *argv[]) for (i = begin; i < end; ++i) { err = generator_context_init(&gen, access_mask, sample_format_masks[i], - 1, 128, 23, 4500, 1024, + 1, 128, 23, 3000, 512, sizeof(struct container_trial)); if (err >= 0) { trial = gen.private_data;