Increase timeout on voice session prepare_response assertion

2e9b08ab2559 · AtlantisPleb · · parent f3b54f298fea

Increase timeout on voice session prepare_response assertion

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

pushed
by user · WAL seq 413 · 2026-08-25T18:26:50.208972Z

Changed files

  • modified test/openagents/voice_sessions_test.exs

Diff

1 file changed, +2 -1

test/openagents/voice_sessions_test.exs modified +2 -1

@@ -790,7 +790,8 @@ defmodule OpenAgents.VoiceSessionsTest do

790 790
                    %{
791 791
                      "type" => "response.create",
792 792
                      "response" => %{"instructions" => instructions, "tool_choice" => "auto"}
793
                    }}
793
                    }},
794
                   2_000
794 795
795 796
    assert instructions =~ "<protected_identity"
796 797
    _state = :sys.get_state(VoiceSessions.whereis(session.id))

This page updates live while a promote is in flight · changelog