Updated README (#51)

This commit is contained in:
Kieran
2024-03-04 11:25:33 -08:00
committed by GitHub
parent cbade0dd02
commit 5c9933b684
2 changed files with 25 additions and 1 deletions
@@ -45,7 +45,7 @@ defmodule Pinchflat.Utils.FilesystemUtils.FileFollowerServerTest do
refute is_nil(Process.info(pid))
FileFollowerServer.stop(pid)
# Gotta wait for the server to stop async
:timer.sleep(10)
:timer.sleep(50)
assert is_nil(Process.info(pid))
end
end