mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Fix flaky test: Increase concurrency test timeout
This commit is contained in:
@@ -73,8 +73,8 @@ defmodule Domain.Jobs.Executors.ConcurrentTest do
|
||||
end)
|
||||
end)
|
||||
|
||||
assert_receive {:locked, rows1}
|
||||
assert_receive {:locked, rows2}
|
||||
assert_receive {:locked, rows1}, 500
|
||||
assert_receive {:locked, rows2}, 500
|
||||
assert length(rows1) + length(rows2) == length(rows)
|
||||
|
||||
Task.ignore(task1)
|
||||
|
||||
Reference in New Issue
Block a user