$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build]  Nightly tests sleeping a lot
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2008-09-13 12:13:42
Hi,
There is something strange going on with the nightly tests, at least  
on our systems.  Each build action is accompanied by a command to  
sleep 30 seconds.  Here's a couple of examples from the intel tests.
0 S kbelco    8987 27143  0  76   0 -   658 wait   10:05 ?         
00:00:00 /usr/local/intel/cc/9.0-032/bin/icpc -c -xc++ -O0 -g -fPIC - 
Ob0 -w1 -DBOOST_ALL_NO_LIB=1
0 S kbelco    9002 27143  0  76   0 -   658 wait   10:06 ?         
00:00:00 /usr/local/intel/cc/9.0-032/bin/icpc -c -xc++ -O0 -g -fPIC - 
Ob0 -w1 -DBOOST_ALL_NO_LIB=1
0 S kbelco    9020  8987  0  78   0 - 13427 -      10:06 ?         
00:00:00 sleep 30
0 S kbelco    9021  9002  0  78   0 - 13427 -      10:06 ?         
00:00:00 sleep 30
Has anyone checked any change in that added a sleep 30 command  
somewhere?  Any other ideas?
-- Noel