Skip to content

Commit

Permalink
longer
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 committed May 24, 2024
1 parent 33e68bc commit 333ec05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tools_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
${{ env.RUN }} "export MAPBOX_TOKEN='pk.eyJ1Ijoiam5ld2IiLCJhIjoiY2xxNW8zZXprMGw1ZzJwbzZneHd2NHljbSJ9.gV7VPRfbXFetD-1OVF0XZg' && \
source selfdrive/test/setup_xvfb.sh && \
source selfdrive/test/setup_vsound.sh && \
CI=1 pytest tools/sim/tests/test_metadrive_bridge.py"
CI=1 pytest tools/sim/tests/test_metadrive_bridge.py --test_duration=100"
- uses: actions/upload-artifact@v4
with:
name: metadrive_logs-${{ github.run_id }}
Expand Down
1 change: 0 additions & 1 deletion tools/sim/tests/test_sim_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def test_driving(self):
shutil.copytree(Paths.log_root(), SIM_LOG_DEST)

assert len(failure_states) == 0, f"Simulator fails to finish a loop. Failure states: {failure_states}"
assert 0

def teardown_method(self):
print("Test shutting down. CommIssues are acceptable")
Expand Down

0 comments on commit 333ec05

Please sign in to comment.