Skip to content

Commit

Permalink
chore: remove no_output_timeout from circle ci slow test
Browse files Browse the repository at this point in the history
Our slow test would keep printing output to console, so it is useless to setup that.
  • Loading branch information
boolafish committed Mar 11, 2020
1 parent 3f58cc6 commit 5b13d9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ jobs:
- run:
name: Run slow tests
working_directory: ~/repo/plasma_framework/python_tests
no_output_timeout: 5h # Circl CI limits to 5hr max: https://discuss.circleci.com/t/job-times-out-after-5-hours/32220/3
command: |
. ~/venv/bin/activate
make runslow
Expand Down

0 comments on commit 5b13d9b

Please sign in to comment.