Skip to content

Commit

Permalink
Increase timeout of unit test that sometimes fails on IE
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 6, 2020
1 parent 1ce9acd commit 323de6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit-tests/type/unit/Unit.test.js
Expand Up @@ -916,6 +916,8 @@ describe('Unit', function () {
})

it('should parse the value of the unit as Fraction or BigNumber when math.js is configured so', function () {
this.timeout(10000) // For IE tests

const math2 = math.create({ number: 'Fraction' })
const unit2 = math2.Unit.parse('5kg')
assert(isFraction(unit2.value))
Expand Down

0 comments on commit 323de6b

Please sign in to comment.