Once again, increase timeout due to CI performance

This commit is contained in:
Claudio Ortolina
2026-05-16 22:41:50 +01:00
parent 1a5313cff0
commit a630c58578
@@ -278,7 +278,7 @@ defmodule MusicLibraryWeb.ArtistLive.ShowTest do
) )
|> render_click() |> render_click()
end) end)
|> render_async() |> render_async(500)
updated = Artists.get_artist_info!(artist_info.id) updated = Artists.get_artist_info!(artist_info.id)
assert updated.image_data_hash != artist_info.image_data_hash assert updated.image_data_hash != artist_info.image_data_hash