mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 12:04:20 +08:00
Bump timeout in test
This commit is contained in:
parent
fb23199295
commit
2c288b8508
1 changed files with 1 additions and 1 deletions
|
@ -2976,7 +2976,7 @@ defmodule LivebookWeb.SessionLiveTest do
|
|||
|
||||
assert_receive {:operation,
|
||||
{:add_cell_evaluation_response, _, ^cell_id, terminal_text(output), _}},
|
||||
20_000
|
||||
40_000
|
||||
|
||||
assert output == "2"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue