Lengthen timeout on a sometimes slow test (#4978)

This commit is contained in:
Paul Melnikow
2020-04-29 18:04:34 -04:00
committed by GitHub
parent 6e76fabe26
commit 36f9a8083a

View File

@@ -18,6 +18,8 @@ describe('toSemver() function', function() {
describe('versionColorForWordpressVersion()', function() {
it('generates correct colours for given versions', async function() {
this.timeout(5e3)
expect(await versionColorForWordpressVersion('11.2.0')).to.equal(
'brightgreen'
)