Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sympl
Sympl
Commits
a70af70d
Commit
a70af70d
authored
Feb 10, 2022
by
Paul Cammish
Browse files
add a sleep to the test to fix a race condition
parent
cff733c1
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
mail/sympl/test.d/tc_exim4.rb
View file @
a70af70d
...
...
@@ -406,6 +406,7 @@ class Exim4ConfigTest < Test::Unit::TestCase
do_acl_script
(
'exim4_acl_tests/antivirus_accept'
)
FileUtils
.
touch
(
File
.
join
(
config_dir
,
"antivirus"
))
sleep
3
# OK the file is there now, so reject (as per default)
do_acl_script
(
'exim4_acl_tests/antivirus_reject'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment