Skip to content

Commit

Permalink
test: fix TestUploaderTrackSectorUpload NDF
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Apr 24, 2024
1 parent f2c598b commit c78947c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/uploader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func TestUploaderTrackSectorUpload(t *testing.T) {
for _, h := range hosts {
if failures, estimate := stats(uploaderr(h.hk)); failures != 0 {
t.Fatal("unexpected failures", failures)
} else if !(estimate >= 150 && estimate < 155) {
} else if !(estimate >= 150 && estimate < 300) {
t.Fatal("unexpected estimate", estimate)
}
}
Expand Down

0 comments on commit c78947c

Please sign in to comment.