There was an error while loading. Please reload this page.
1 parent 898adc3 commit 6ad5a9cCopy full SHA for 6ad5a9c
1 file changed
tests/integration/conversation_queue.robot
@@ -77,9 +77,9 @@ Test Reprocess Conversation Job Queue
77
78
Log Created conversation: ${conversation_id} INFO
79
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)
+ # Wait for the initial transcript itself; a fixed sleep races a busy CI worker.
+ Log Waiting for initial transcription to complete... INFO
+ Wait For Job Status ${conversation}[transcript_job_id] finished timeout=60s interval=3s
83
84
# Get conversation to verify initial state
85
${initial_conversation}= Get Conversation By ID ${conversation_id}
0 commit comments