Skip to content

Commit ce1dc75

Browse files
committed
TST: Raise the final du passthrough size on CI
1 parent 14f5ac4 commit ce1dc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ disk_usage
9090
myba gc
9191
disk_usage
9292
# foo + .myba + remote + remote2 + restore + overhead
93-
test "$(du -sm "$HOME" | cut -f1)" -le 6
93+
test "$(du -sk "$HOME" | cut -f1)" -lt 6200
9494

9595
myba log
9696

0 commit comments

Comments
 (0)