diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-10-14 15:08:18 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-10-14 15:08:18 +0200 |
commit | 50ef6c716150437a4246aab03d74402dc1cd3cd9 (patch) | |
tree | 443835f06b9f05a82b89a15d024524ee4fd4107d /test/functional/lib | |
parent | c7cf4d68dbf5adb173f5a7391833cc9df8e2b4dd (diff) | |
download | rspamd-50ef6c716150437a4246aab03d74402dc1cd3cd9.tar.gz rspamd-50ef6c716150437a4246aab03d74402dc1cd3cd9.zip |
[Test] Try improve test stability
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 438aeb1bc..18e4f91eb 100644 --- a/test/functional/lib/rspamd.robot +++ b/test/functional/lib/rspamd.robot @@ -90,7 +90,7 @@ Run Redis Run Rspamc [Arguments] @{args} - ${result} = Run Process ${RSPAMC} @{args} env:LD_LIBRARY_PATH=${TESTDIR}/../../contrib/aho-corasick + ${result} = Run Process ${RSPAMC} -t 60 @{args} env:LD_LIBRARY_PATH=${TESTDIR}/../../contrib/aho-corasick [Return] ${result} Run Rspamd |