Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cc8289f

Browse files
committedDec 18, 2015
Increase gc wait time
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
1 parent 6b267ab commit cc8289f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/sharness/t0082-repo-gc-auto.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test_gc() {
3939
test_expect_success "adding data beyond watermark triggers auto gc" '
4040
HASH=`ipfs add -q 600k2` &&
4141
ipfs pin rm -r $HASH &&
42-
go-sleep 40ms &&
42+
go-sleep 50ms &&
4343
DU=$(disk_usage "$IPFS_PATH/blocks") &&
4444
if test $(uname -s) = "Darwin"; then
4545
test "$DU" -lt 1400 # 60% of 2MB

0 commit comments

Comments
 (0)
Please sign in to comment.