Skip to content

Commit

Permalink
this test is known to be flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jun 17, 2024
1 parent 4751e74 commit 1c86668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api_rasterband-async.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ describe('gdal.RasterBandAsync', () => {
// and even in this we should be ready to retry if the host is very busy
// or it has somehow cached the resource
it('should call the progress callback when one is provided', function () {
this.retries(3)
this.retries(10)

const ds = gdal.open(`/vsicurl/https://s3.amazonaws.com/elevation-tiles-prod/geotiff/1/1/1.tif`)
const band = ds.bands.get(1)
Expand Down

0 comments on commit 1c86668

Please sign in to comment.