Skip to content

Commit

Permalink
change from 60 to 10 to pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke authored and hoffmang9 committed Jan 22, 2021
1 parent e48e802 commit cd4fabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/full_node/full_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ async def _sync(self):
self.sync_peers_handler = None
self.sync_store.waiting_for_peaks = True

await asyncio.sleep(60)
await asyncio.sleep(10)
self.log.info("Woke up from 60 second sleep.")
# Based on responses from peers about the current heads, see which head is the heaviest
# (similar to longest chain rule).
Expand Down

0 comments on commit cd4fabe

Please sign in to comment.