mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-27 13:56:21 +08:00
Add intermediate assert_receive to reduce timeout
This commit is contained in:
parent
892227ce87
commit
24ce5b33cc
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue