diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-08 22:27:04 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-08 22:27:04 +0000 |
commit | 544fea1f9f6e29eda29a616bbafd47b908ad7b6f (patch) | |
tree | 7d1059216e3692b0cb3480508c8eab823dd928d8 /test/rspamd_http_test.c | |
parent | 7f1ad00467415ca80d22e9865dab0792a9ee27fa (diff) | |
download | rspamd-544fea1f9f6e29eda29a616bbafd47b908ad7b6f.tar.gz rspamd-544fea1f9f6e29eda29a616bbafd47b908ad7b6f.zip |
Unify align macro.
Diffstat (limited to 'test/rspamd_http_test.c')
-rw-r--r-- | test/rspamd_http_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rspamd_http_test.c b/test/rspamd_http_test.c index 94a12ee81..581a4c284 100644 --- a/test/rspamd_http_test.c +++ b/test/rspamd_http_test.c @@ -30,7 +30,7 @@ static const int file_blocks = 8; static const int pconns = 100; -static const int ntests = 100; +static const int ntests = 300; static void rspamd_server_error (struct rspamd_http_connection_entry *conn_ent, |