diff options
author | Andrew Lewis <nerf@judo.za.org> | 2018-01-29 11:27:46 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2018-01-29 11:27:46 +0200 |
commit | 4a070b96c05f1750f49077bd05ac5e3b394db1cf (patch) | |
tree | bc1d6dbebf5125c042a43c48a392c166289f330a /test/functional/lib | |
parent | 034f835adde059fe777ee9fc3d42fa7b2193d3bc (diff) | |
download | rspamd-4a070b96c05f1750f49077bd05ac5e3b394db1cf.tar.gz rspamd-4a070b96c05f1750f49077bd05ac5e3b394db1cf.zip |
[Test] Try really improve test stability
- Drop tests involving sqlite
- Also drop tests for old mmap stats backend
- Relax relearn test
- Wait longer for fuzzy sync
Diffstat (limited to 'test/functional/lib')
-rw-r--r-- | test/functional/lib/rspamd.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot index 9f276dd1b..6a36746a3 100644 --- a/test/functional/lib/rspamd.robot +++ b/test/functional/lib/rspamd.robot @@ -159,4 +159,4 @@ Sync Fuzzy Storage Log ${result.stdout} Run Keyword If $len == 0 Follow Rspamd Log ... ELSE Custom Follow Rspamd Log @{vargs}[0]/rspamd.log @{vargs}[1] @{vargs}[2] @{vargs}[3] - Sleep 0.005s Try give fuzzy storage time to sync + Sleep 0.1s Try give fuzzy storage time to sync |