Skip to content

Commit

Permalink
Add some CI debugging help.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 17, 2023
1 parent ada9303 commit cceeb5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testbed/tests/testbed.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
def run_tests(app, cov, args, report_coverage, run_slow):
try:
# Control the run speed of the test app.
app.run_slow = run_slow
# FIXME: Add this in to debug why apps are crashing in CI.
app.run_slow = True
# app.run_slow = run_slow

project_path = Path(__file__).parent.parent
os.chdir(project_path)
Expand Down

0 comments on commit cceeb5f

Please sign in to comment.