Increase timeout in test

This commit is contained in:
Jonatan Kłosko 2024-10-31 20:31:47 +08:00
parent 7977fc3b04
commit 745ca066cc

View file

@ -221,7 +221,7 @@ defmodule Livebook.AppTest do
Notebook.AppSettings.new()
| slug: slug,
multi_session: true,
auto_shutdown_ms: 5
auto_shutdown_ms: 10
}
notebook = %{Notebook.new() | app_settings: app_settings}