Skip to content

Commit

Permalink
test: fix for gh_6128 test to avoid flakiness
Browse files Browse the repository at this point in the history
Followup to tarantool#6128

NO_DOC=test fix
NO_CHANGELOG=test fix
  • Loading branch information
Lord-KA committed Jun 29, 2023
1 parent ba749e8 commit fb047f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app-luatest/gh_6128_background_mode_test.lua
Expand Up @@ -60,7 +60,7 @@ g.after_test("test_background_mode_box_cfg", function(cg)
end)

g.test_background_mode_box_cfg = function(cg)
t.helpers.retrying({timeout = 2, delay = 0.01}, function()
t.helpers.retrying({timeout = 5, delay = 0.5}, function()
assert(check_err_msg(cg.log_path, msg_opt_processing) == true)
end, cg.log_path, cg.ph)
end
Expand Down

0 comments on commit fb047f9

Please sign in to comment.