$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2007-09-21 17:01:45
Author: grafik
Date: 2007-09-21 17:01:45 EDT (Fri, 21 Sep 2007)
New Revision: 39466
URL: http://svn.boost.org/trac/boost/changeset/39466
Log:
Adjust timing to avoid spurious test failures on busy machines.
Text files modified:
trunk/tools/jam/test/parallel_multifile_actions.jam | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/tools/jam/test/parallel_multifile_actions.jam
==============================================================================
--- trunk/tools/jam/test/parallel_multifile_actions.jam (original)
+++ trunk/tools/jam/test/parallel_multifile_actions.jam 2007-09-21 17:01:45 EDT (Fri, 21 Sep 2007)
@@ -21,7 +21,7 @@
{
actions .gen. {
echo 001
-sleep 1
+sleep 4
echo 002
}
rule .use.1 { DEPENDS $(<) : $(>) ; }
@@ -30,6 +30,7 @@
}
rule .use.2 { DEPENDS $(<) : $(>) ; }
actions .use.2 {
+sleep 1
echo 004
}