Fix eventloop module test for valgrind (#10139)

was eating too much memory, and taking too long with valgrind
This commit is contained in:
Ozan Tezcan 2022-01-19 10:13:51 +03:00 committed by GitHub
parent eef9c6b0ee
commit 1af0a2c5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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" {