diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-26 17:42:21 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-26 17:42:21 +0100 |
commit | c8e35d120481f10b599aab6e215fe5e8e72037a5 (patch) | |
tree | 474c78076e93ba11ced13e7164215f6700a3de9f /test/functional/lib | |
parent | 3efd7b744da68245805f0da64661ec5cf7cd5483 (diff) | |
download | rspamd-c8e35d120481f10b599aab6e215fe5e8e72037a5.tar.gz rspamd-c8e35d120481f10b599aab6e215fe5e8e72037a5.zip |
[Test] Remove delay
Diffstat (limited to 'test/functional/lib')
-rw-r--r-- | test/functional/lib/rspamd.robot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot index 69409eba6..cef06c77b 100644 --- a/test/functional/lib/rspamd.robot +++ b/test/functional/lib/rspamd.robot @@ -154,7 +154,6 @@ Run Rspamd Wait Until Keyword Succeeds 30 sec 1 sec Check Pidfile ${tmpdir}/rspamd.pid ${rspamd_pid} = Get File ${tmpdir}/rspamd.pid Set To Dictionary ${d} RSPAMD_LOGPOS=${rspamd_logpos} RSPAMD_PID=${rspamd_pid} TMPDIR=${tmpdir} - Sleep 1s Give a moment to read maps [Return] &{d} Scan Message With Rspamc |