Skip to content

Commit 6ad5a9c

Browse files
committed
fix(test): wait for the initial transcript before reprocessing
1 parent 898adc3 commit 6ad5a9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/integration/conversation_queue.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Test Reprocess Conversation Job Queue
7777

7878
Log Created conversation: ${conversation_id} INFO
7979

80-
# Wait for initial upload started to complete (transcription job chain)
81-
Log Waiting for initial conversation started to complete... INFO
82-
Sleep 10s # Give time for initial job chain (transcription -> speaker -> memory)
80+
# Wait for the initial transcript itself; a fixed sleep races a busy CI worker.
81+
Log Waiting for initial transcription to complete... INFO
82+
Wait For Job Status ${conversation}[transcript_job_id] finished timeout=60s interval=3s
8383

8484
# Get conversation to verify initial state
8585
${initial_conversation}= Get Conversation By ID ${conversation_id}

0 commit comments

Comments
 (0)