Skip to content

Commit

Permalink
remove timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jun 16, 2016
1 parent 9c3254d commit 6511d95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/big.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
var BigNum = require('../')
var test = require('tap').test

test.setTimeout(120000)

test('create', { timeout: 120000 }, function (t) {
t.deepEqual(BigNum(1337).toString(), '1337')
t.deepEqual(BigNum('1337').toString(), '1337')
Expand Down

0 comments on commit 6511d95

Please sign in to comment.