From 1af0a2c5aec1a85cc2ea71d577a2926842b6b23b Mon Sep 17 00:00:00 2001 From: Ozan Tezcan Date: Wed, 19 Jan 2022 10:13:51 +0300 Subject: [PATCH] Fix eventloop module test for valgrind (#10139) was eating too much memory, and taking too long with valgrind --- tests/unit/moduleapi/eventloop.tcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/unit/moduleapi/eventloop.tcl b/tests/unit/moduleapi/eventloop.tcl index 8a9f194e3..44d28dfb9 100644 --- a/tests/unit/moduleapi/eventloop.tcl +++ b/tests/unit/moduleapi/eventloop.tcl @@ -4,9 +4,8 @@ start_server {tags {"modules"}} { r module load $testmodule test "Module eventloop sendbytes" { - assert_match "OK" [r test.sendbytes 10000000] + assert_match "OK" [r test.sendbytes 5000000] assert_match "OK" [r test.sendbytes 2000000] - assert_match "OK" [r test.sendbytes 800000000] } test "Module eventloop iteration" {