From 20d7464b7cf62c548f0974aaee84456881b55ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Tue, 7 Oct 2025 16:57:53 +0200 Subject: [PATCH] Increase assertion timeout on Windows --- test/livebook/session_test.exs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/livebook/session_test.exs b/test/livebook/session_test.exs index fd879c162..e573989a0 100644 --- a/test/livebook/session_test.exs +++ b/test/livebook/session_test.exs @@ -2171,8 +2171,11 @@ defmodule Livebook.SessionTest do assert_receive {:app_created, %{pid: ^app_pid}} + # The app takes a while to execute on Windows CI, with concurrent + # app deployments. assert_receive {:app_updated, - %{pid: ^app_pid, sessions: [%{app_status: %{execution: :executed}}]}} + %{pid: ^app_pid, sessions: [%{app_status: %{execution: :executed}}]}}, + 10_000 end) # Logs from other test might be captured, so we're using an unique_id