Increasing Idle Timeout¶
Scrutinizer automatically assumes that a command timed out if it has not produced any output for 3 minutes.
If you run into a timeout, we would first recommend to enable displaying progress output if supported. If a command does not display progress, you can also increase the default idle timeout:
build:
nodes:
node-with-auto-setup:
tests:
override:
- command: ./run-tests.sh
idle_timeout: 300 # 5 minutes