aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_rrd_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rspamd_rrd_test.c')
-rw-r--r--test/rspamd_rrd_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rspamd_rrd_test.c b/test/rspamd_rrd_test.c
index 02996bdd9..3c81713c0 100644
--- a/test/rspamd_rrd_test.c
+++ b/test/rspamd_rrd_test.c
@@ -60,7 +60,7 @@ rspamd_rrd_test_func ()
/* Reopen */
g_assert ((rrd = rspamd_rrd_open (tmpfile, &err)) != NULL);
/* Add some points */
- for (i = 0; i < 100; i += 10) {
+ for (i = 0; i < 20; i += 10) {
sleep (1);
t = i;
ar.data = &t;