diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-07-21 16:42:03 +0100 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-07-21 16:42:03 +0100 |
commit | 9c9f9be0eb64744bc8e185aaf8316537574ddee1 (patch) | |
tree | 4407835c429fad4d878a7a746df4b8dbc0cffeb9 /test | |
parent | 7cc409339348a0987205404e99ca794af7b9ee3f (diff) | |
download | rspamd-9c9f9be0eb64744bc8e185aaf8316537574ddee1.tar.gz rspamd-9c9f9be0eb64744bc8e185aaf8316537574ddee1.zip |
[Test] Sleep after calling rspamadm fuzzy_sync
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/lib/rspamd.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot index 35cf66648..fe5ee83fb 100644 --- a/test/functional/lib/rspamd.robot +++ b/test/functional/lib/rspamd.robot @@ -123,3 +123,4 @@ Sync Fuzzy Storage ${result} = Run Process ${RSPAMADM} control -s ${TMPDIR}/rspamd.sock fuzzy_sync Log ${result.stdout} Follow Rspamd Log + Sleep 1s Try give fuzzy storage time to sync |