Skip to content

Commit d45dfc5

Browse files
Update test_recordings.py
1 parent d78f144 commit d45dfc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/test_recordings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ def complete_recorded_call(self) -> Tuple[str, str]:
170170
answer_url = MANTECA_BASE_URL + '/bxml/startRecording'
171171
(test_id, call_id) = self.create_and_validate_call(answer_url)
172172

173+
174+
time.sleep(12)
173175
# Poll Manteca to make sure our call is recorded
174176
call_status = self.get_test_status(test_id)
175177
retries = 0

0 commit comments

Comments
 (0)