From 9c9f9be0eb64744bc8e185aaf8316537574ddee1 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Thu, 21 Jul 2016 16:42:03 +0100 Subject: [PATCH] [Test] Sleep after calling rspamadm fuzzy_sync --- test/functional/lib/rspamd.robot | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5