We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b16464 commit 19ed977Copy full SHA for 19ed977
tests/cloud/pub_sub/test_service.py
@@ -727,7 +727,7 @@ def test_child_sends_heartbeat_messages_at_expected_regular_intervals(self):
727
expected_interval = 0.05
728
729
def run_function(*args, **kwargs):
730
- time.sleep(0.3)
+ time.sleep(1)
731
return MockAnalysis()
732
733
child = MockService(backend=BACKEND, run_function=lambda *args, **kwargs: run_function())
0 commit comments