C.2.7 Defining Timeouts for the Pre-Defined Tasks

For each architecture and task a timeout must be defined. The timeouts are stored in the variable $timeout in the file VTEST.pm. The following example depicts the timeouts (in minutes) for the bootstrap tasks for the platforms HP-UX and LINUX.

   $timeout->{'HP-UX'}->{'boot-compile'} = 40;
   $timeout->{'HP-UX'}->{'boot-install'} = 40;
   $timeout->{'Linux'}->{'boot-compile'} = 20;
   $timeout->{'Linux'}->{'boot-install'} = 20;

2003-03-27