This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@default_timeout 100 | |
@check_interval 10 | |
# Test Helpers | |
defp wait_for(fun, timeout \\ @default_timeout) do | |
start_time = System.monotonic_time(:millisecond) | |
ref = make_ref() | |
try do |
OlderNewer