Skip to content

Commit

Permalink
CI: fix space double check (#4034)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijian-pro authored Sep 4, 2023
1 parent 2eeb721 commit 7e95545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/meta/base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2332,7 +2332,7 @@ func testClone(t *testing.T, m Meta) {
t.Fatalf("mtime of rootDir is not updated")
}
m.StatFS(Background, cloneDir, &totalspace, &availspace, &iused, &iavail)
if totalspace-availspace-space != 32768 {
if totalspace-availspace-space != 268451840 {
time.Sleep(time.Second * 2)
m.StatFS(Background, cloneDir, &totalspace, &availspace, &iused, &iavail)
if totalspace-availspace-space != 268451840 {
Expand Down

0 comments on commit 7e95545

Please sign in to comment.