test: increase sleep in 44

This commit is contained in:
tydeu 2022-12-02 14:20:58 -05:00
parent 25ab266a2e
commit c60ccdc974

View file

@ -7,7 +7,7 @@ LAKE=${LAKE:-../../build/bin/lake}
$LAKE new hello
$LAKE -d hello build
sleep 0.1 # for some reason, delay needed for `--old` rebuild consistency
sleep 0.5 # for some reason, delay needed for `--old` rebuild consistency
echo 'def hello := "old"' > hello/Hello.lean
$LAKE -d hello build --old | tee produced.out
echo 'def hello := "normal"' > hello/Hello.lean