From 5b13d9b3b05fa2e47183a4da45337a3f527e7bff Mon Sep 17 00:00:00 2001 From: boolafish Date: Wed, 11 Mar 2020 15:03:04 +0900 Subject: [PATCH] chore: remove no_output_timeout from circle ci slow test Our slow test would keep printing output to console, so it is useless to setup that. --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 47e95c0ab..95201a9f7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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