Bump timeout in test

This commit is contained in:
Jonatan Kłosko 2025-03-07 19:58:50 +09:00
parent fb23199295
commit 2c288b8508

View file

@ -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