gc-auto.sh: Increase sleep time

This commit is contained in:
Eelco Dolstra 2019-09-04 12:52:54 +02:00
parent 08ee364950
commit 5fad9d01c2
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 4 additions and 4 deletions

View File

@ -26,9 +26,9 @@ with import ./config.nix; mkDerivation {
echo 200 > ${fake_free}.tmp1
mv ${fake_free}.tmp1 $fake_free
echo 2...
sleep 1
sleep 2
echo 3...
sleep 1
sleep 2
echo 4...
[[ \$(ls \$NIX_STORE/*-garbage? | wc -l) = 1 ]]
'';
@ -48,9 +48,9 @@ with import ./config.nix; mkDerivation {
echo 200 > ${fake_free}.tmp2
mv ${fake_free}.tmp2 $fake_free
echo 2...
sleep 1
sleep 2
echo 3...
sleep 1
sleep 2
echo 4...
'';
}