Add intermediate assert_receive to reduce timeout

This commit is contained in:
Jonatan Kłosko 2025-10-07 16:41:54 +02:00
parent 892227ce87
commit 24ce5b33cc

View file

@ -2169,6 +2169,8 @@ defmodule Livebook.SessionTest do
app_pid = deploy_notebook_sync(notebook, permanent: true)
assert_receive {:app_created, %{pid: ^app_pid}}
assert_receive {:app_updated,
%{pid: ^app_pid, sessions: [%{app_status: %{execution: :executed}}]}}
end)