Skip to content

Commit

Permalink
Increase timeout (Chia-Network#8111)
Browse files Browse the repository at this point in the history
* Increase timeout

* increase timeout to 30
  • Loading branch information
cmmarslender authored Aug 18, 2021
1 parent 5ee1829 commit 00af150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_farmer_harvester_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ async def test_get_harvesters():
return False
return True

await time_out_assert(5, test_get_harvesters)
await time_out_assert(30, test_get_harvesters)

expected_result: PlotRefreshResult = PlotRefreshResult()

Expand Down

0 comments on commit 00af150

Please sign in to comment.