Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not sleep on heartbeat #333

Merged
merged 1 commit into from
Aug 17, 2016
Merged

Do not sleep on heartbeat #333

merged 1 commit into from
Aug 17, 2016

Conversation

andythorne
Copy link
Collaborator

Short Description:

The bot is really slow at moving as there is a 1 sec sleep every step, +2-3 secs sleep every step for the heartbeat. This removes the sleep on the heartbeat as a quick win fix until a solution can be found from #312

Changes:

  • Do not sleep on heartbeat

@OpenPoGo/maintainers

@codecov-io
Copy link

codecov-io commented Aug 16, 2016

Current coverage is 52.92% (diff: 100%)

Merging #333 into master will increase coverage by 0.03%

@@             master       #333   diff @@
==========================================
  Files            32         32          
  Lines          1418       1419     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            750        751     +1   
  Misses          668        668          
  Partials          0          0          

Powered by Codecov. Last update d5443f4...9e31c02

@MaxLeiter
Copy link
Contributor

MaxLeiter commented Aug 17, 2016

👍

Approved with PullApprove

1 similar comment
@meyer9
Copy link
Contributor

meyer9 commented Aug 17, 2016

👍

Approved with PullApprove

@MaxLeiter MaxLeiter merged commit 9870ef6 into tehp:master Aug 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants