timgremore commited on
Commit
69834f3
1 Parent(s): 146e8af

fix: Avoid timeouts in transcription sv test

Browse files
test/medical_transcription/transcription_supervisor_test.exs CHANGED
@@ -28,6 +28,6 @@ defmodule Medicode.TranscriptionSupervisorTest do
28
  |> Enum.at(0)
29
 
30
  ref = Process.monitor(server_pid)
31
- assert_receive({:DOWN, ^ref, :process, _object, _pid}, 5_000)
32
  end
33
  end
 
28
  |> Enum.at(0)
29
 
30
  ref = Process.monitor(server_pid)
31
+ assert_receive({:DOWN, ^ref, :process, _object, _pid}, 15_000)
32
  end
33
  end