Skip to content

Commit

Permalink
TST: Raise the final du passthrough size on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Nov 7, 2024
1 parent 14f5ac4 commit ce1dc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ disk_usage
myba gc
disk_usage
# foo + .myba + remote + remote2 + restore + overhead
test "$(du -sm "$HOME" | cut -f1)" -le 6
test "$(du -sk "$HOME" | cut -f1)" -lt 6200

myba log

Expand Down

0 comments on commit ce1dc75

Please sign in to comment.