aboutsummaryrefslogtreecommitdiff
path: root/tests/gc-auto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gc-auto.sh')
-rw-r--r--tests/gc-auto.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/gc-auto.sh b/tests/gc-auto.sh
index 87f1d6798..de1e2cfe4 100644
--- a/tests/gc-auto.sh
+++ b/tests/gc-auto.sh
@@ -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...
'';
}