Skip to content

Commit 713bf72

Browse files
authored
MRG: Merge pull request #736 from octue/fix-test
TST: Give heartbeat test longer to run
2 parents 4b16464 + 19ed977 commit 713bf72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cloud/pub_sub/test_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ def test_child_sends_heartbeat_messages_at_expected_regular_intervals(self):
727727
expected_interval = 0.05
728728

729729
def run_function(*args, **kwargs):
730-
time.sleep(0.3)
730+
time.sleep(1)
731731
return MockAnalysis()
732732

733733
child = MockService(backend=BACKEND, run_function=lambda *args, **kwargs: run_function())

0 commit comments

Comments
 (0)