Unverified Commit 1af0a2c5 authored by Ozan Tezcan's avatar Ozan Tezcan Committed by GitHub
Browse files

Fix eventloop module test for valgrind (#10139)

was eating too much memory, and taking too long with valgrind
parent eef9c6b0
......@@ -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" {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment