mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2025-01-08 18:34:27 +03:00
simulator: Increase duration limit in test_callback
of BlockTools
(#16245)
This commit is contained in:
parent
bd165ddf2a
commit
d41bca0e75
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user