mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-27 13:56:21 +08:00
Increase timeout in test
This commit is contained in:
parent
7977fc3b04
commit
745ca066cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue