Skip to content

Commit

Permalink
Sleep more in test
Browse files Browse the repository at this point in the history
  • Loading branch information
preciz committed Jul 13, 2024
1 parent 7d39503 commit c1533e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tmp/load_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule Tmp.LoadTest do
assert Enum.all?(task_results, &match?({:ok, :ok}, &1))

# Ensure all temporary directories are cleaned up
Process.sleep(1000)
Process.sleep(2000)
assert Path.wildcard(Path.join(System.tmp_dir(), "load_test-*")) == []
end
end

0 comments on commit c1533e8

Please sign in to comment.