We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2485b57 commit fa2aba5Copy full SHA for fa2aba5
1 file changed
src/software/gameplay_tests/field_test_runner.py
@@ -94,7 +94,6 @@ def _runner(
94
# something went wrong with either FullSystem or SSL Vision
95
try:
96
world = self.world_buffer.get(block=True, timeout=WORLD_BUFFER_TIMEOUT)
97
- break
98
except queue.Empty:
99
logger.warning(
100
f"No World was received for {WORLD_BUFFER_TIMEOUT} seconds. Ending test early."
0 commit comments