mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 21:16:26 +08:00
Increase peer start timeout in remote intellisense tests
This commit is contained in:
parent
60c022caf3
commit
7d861caedd
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ defmodule Livebook.RemoteIntellisenseTest do
|
||||||
{:ok, _pid, node} =
|
{:ok, _pid, node} =
|
||||||
:peer.start(%{
|
:peer.start(%{
|
||||||
name: :remote_runtime,
|
name: :remote_runtime,
|
||||||
args: [~c"-setcookie", Atom.to_charlist(Node.get_cookie())]
|
args: [~c"-setcookie", Atom.to_charlist(Node.get_cookie())],
|
||||||
|
wait_boot: 30_000
|
||||||
})
|
})
|
||||||
|
|
||||||
{:module, Elixir.RemoteModule, bytecode, _} =
|
{:module, Elixir.RemoteModule, bytecode, _} =
|
||||||
|
|
Loading…
Add table
Reference in a new issue