Skip to content

Commit 9d7c168

Browse files
Increase timeout for ImageProcessingChecker spec
Prevent failure in CI by increasing the timeout for the ImageProcessingChecker tests.
1 parent 7eabff5 commit 9d7c168

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/javascripts/admin/modules/image-processing-checker.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ describe('GOVUK.Modules.ImageProcessingChecker', function () {
6868
'http://assets.gov.uk/media/960x640.png'
6969
)
7070
done()
71-
}, imageProcessingTimeout * 2)
71+
}, 100)
7272
})
7373

7474
it('should replace the processing status with a specific image if `variant` specified', (done) => {
@@ -86,7 +86,7 @@ describe('GOVUK.Modules.ImageProcessingChecker', function () {
8686
'http://assets.gov.uk/media/s960_960x640.png'
8787
)
8888
done()
89-
}, imageProcessingTimeout * 2)
89+
}, 100)
9090
})
9191

9292
it('should replace the processing status with the image preview after multiple attempts', (done) => {

0 commit comments

Comments
 (0)