From 1c866685b9ca61e25176aa7a3ef34f75240f2c2a Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Tue, 18 Jun 2024 00:38:27 +0200 Subject: [PATCH] this test is known to be flaky --- test/api_rasterband-async.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api_rasterband-async.test.ts b/test/api_rasterband-async.test.ts index ad6b1bfdf..839975f28 100644 --- a/test/api_rasterband-async.test.ts +++ b/test/api_rasterband-async.test.ts @@ -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)