Skip to content

Commit 17b9ef7

Browse files
committed
Revert realtime heartbeat test
1 parent 31535b6 commit 17b9ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite_default_RealTime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def test_RealTime_heartbeat(self):
190190
ranks = testing_check_get_num_ranks()
191191
threads = testing_check_get_num_threads()
192192
num_para = threads * ranks
193-
num_lines = 116 + 2*num_para # basic heartbeat (>25) + exit messages (1 + 2*para) + Component Finished messages (100)
193+
num_lines = 111 + 2*num_para # basic heartbeat (>25) + exit messages (1 + 2*para) + Component Finished messages (100)
194194
if ranks > 1:
195195
num_lines += 10 # Extra heartbeat output for MPI
196196
self.assertTrue(hb_count >= 2, "Heartbeat count incorrect, should be at least 2, found {0} in {1}".format(hb_count,outfile))

0 commit comments

Comments
 (0)