We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6b267ab commit cc8289fCopy full SHA for cc8289f
test/sharness/t0082-repo-gc-auto.sh
@@ -39,7 +39,7 @@ test_gc() {
39
test_expect_success "adding data beyond watermark triggers auto gc" '
40
HASH=`ipfs add -q 600k2` &&
41
ipfs pin rm -r $HASH &&
42
- go-sleep 40ms &&
+ go-sleep 50ms &&
43
DU=$(disk_usage "$IPFS_PATH/blocks") &&
44
if test $(uname -s) = "Darwin"; then
45
test "$DU" -lt 1400 # 60% of 2MB
0 commit comments