diff --git a/tests/automatic/bug_fixes/error-sending-data-using-callback-method/bugfix_callback.py b/tests/automatic/bug_fixes/error-sending-data-using-callback-method/bugfix_callback.py
index 77d716f161a809b1e8ce1cf39658bada9a5a5282..5b8d930cb429495415e46bf883cb922d8d17e9ed 100644
--- a/tests/automatic/bug_fixes/error-sending-data-using-callback-method/bugfix_callback.py
+++ b/tests/automatic/bug_fixes/error-sending-data-using-callback-method/bugfix_callback.py
@@ -36,4 +36,4 @@ meta['name'] = stream+"/"+"file1"
 data = np.array([[1, 2, 3], [4, 5, 6]], np.float32)
 sender.send(data, meta)
 
-producer.wait_requests_finished(5000)
+producer.wait_requests_finished(15000)