Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit 90dd99a

Browse files
committedNov 8, 2017
chore: fix travis timeout
1 parent 657fdae commit 90dd99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/hamt.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ describe('HAMT', () => {
9797
})
9898

9999
it('can remove all the keys and still find remaining', function (done) {
100-
this.timeout(10 * 1000)
100+
this.timeout(30 * 1000)
101101

102102
masterHead = keys.pop()
103103
iterate()

0 commit comments

Comments
 (0)
This repository has been archived.