parrot_timeout(1) Cooperative Computing Tools parrot_timeout(1)

parrot_timeout - changes or resets the main timeout for the current parrot session

parrot_timeout <time>

parrot_timeout changes the main timeout for the current parrot session to <time>. If <time> was not given, it resets it to the default value (5 minutes if an interactive session or 1 hour for a non-interactive session).

parrot_timeout has no options.

On success, returns zero. On failure, returns non-zero.

To change the manager timeout to 5 hours:

% parrot_run tcsh
% parrot_timeout 5h
% ./my_executable
% exit

To change it to 30 seconds for one program and then reset it to the default value

% parrot_run tcsh
% parrot_timeout 40m
% ./my_executable
% parrot_timeout
% ./my_second_executable
% exit

The Cooperative Computing Tools are Copyright (C) 2022 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details.

CCTools 7.13.1 FINAL