simulator: Increase duration limit in test_callback of BlockTools (#16245)

This commit is contained in:
dustinface 2023-09-06 13:32:09 +07:00 committed by GitHub
parent bd165ddf2a
commit d41bca0e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -266,7 +266,7 @@ class BlockTools:
self.total_result = PlotRefreshResult()
def test_callback(event: PlotRefreshEvents, update_result: PlotRefreshResult) -> None:
assert update_result.duration < 15
assert update_result.duration < 30
if event == PlotRefreshEvents.started:
self.total_result = PlotRefreshResult()