ambika-garg commented on code in PR #43494:
URL: https://github.com/apache/airflow/pull/43494#discussion_r1835270294


##########
providers/tests/microsoft/azure/triggers/test_powerbi.py:
##########
@@ -39,19 +39,22 @@
 
 
 @pytest.fixture
-def powerbi_trigger():
-    trigger = PowerBITrigger(
-        conn_id=POWERBI_CONN_ID,
-        proxies=None,
-        api_version=API_VERSION,
-        dataset_id=DATASET_ID,
-        group_id=GROUP_ID,
-        check_interval=CHECK_INTERVAL,
-        wait_for_termination=True,
-        timeout=TIMEOUT,
-    )
+def powerbi_trigger() -> PowerBITrigger:

Review Comment:
   I reduced the timeout to just 5 secs only and it seems to work fine. 
   <img width="1004" alt="Screenshot 2024-11-08 at 11 09 09 PM" 
src="https://github.com/user-attachments/assets/0d8c1428-42a3-4bd2-87f1-28c5b705dc8a";>
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to