Skip to content

Commit

Permalink
Testing: signal the DS that a 'new packet' has been received
Browse files Browse the repository at this point in the history
- Required for IterativeRobot
- Fixes #70
  • Loading branch information
virtuald committed Feb 6, 2017
1 parent 10e1b06 commit 5c95f48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pyfrc/test_support/fake_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def increment_time_by(self, time):
self.ds_cond.notify_all()
self._ds._getData()
self._ds.newControlData = True
self._ds.waitForDataPredicate = True

time -= next_ds

Expand Down

0 comments on commit 5c95f48

Please sign in to comment.