Skip to content

Commit

Permalink
Merge pull request #288 from SpiNNakerManchester/allow_run_forever_pause
Browse files Browse the repository at this point in the history
Allow run forever pause
  • Loading branch information
rowleya authored Oct 23, 2024
2 parents 19cc427 + 0f5f971 commit e8384eb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ def start():
"test_rte_during_run.aplx",
ExecutableType.USES_SIMULATION_INTERFACE))
s.add_socket_address(None, "localhost", conn.local_port)
s.run(None)
with pytest.raises(ExecutableFailedToStopException):
s.stop()
s.run(None)

def test_rte_during_run_forever(self):
self.runsafe(self.check_rte_during_run_forever)

0 comments on commit e8384eb

Please sign in to comment.