2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Adjust timing to avoid spurious test failures on busy machines.

[SVN r39466]
This commit is contained in:
Rene Rivera
2007-09-21 21:01:45 +00:00
parent b98a038361
commit 1052ed2cbc

View File

@@ -21,7 +21,7 @@ else
{
actions .gen. {
echo 001
sleep 1
sleep 4
echo 002
}
rule .use.1 { DEPENDS $(<) : $(>) ; }
@@ -30,6 +30,7 @@ echo 003
}
rule .use.2 { DEPENDS $(<) : $(>) ; }
actions .use.2 {
sleep 1
echo 004
}