Skip to content

Commit 80a02b4

Browse files
committed
Wait longer for Truncate to finish in tests
1 parent 36a28bc commit 80a02b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

truncate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func waitTruncate(t *testing.T, client *Client, name string, size int64) {
1515

1616
var stat os.FileInfo
1717
if !done {
18-
for i := 0; i < 5; i++ {
18+
for i := 0; i < 10; i++ {
1919
stat, err = client.Stat(name)
2020
require.NoError(t, err)
2121

0 commit comments

Comments
 (0)