Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
add longer timeout jest attestor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vdg committed Jan 30, 2020
1 parent 16c23f7 commit 578406a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/attestors.test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@

/* global beforeAll:true describe:true test:true expect:true */
/* global jest:true beforeAll:true describe:true test:true expect:true */

import { RougeProtocol } from '../src/index'
import { RougeAuthorization } from '../src/constants'

import { initializeWeb3 } from './helpers.js'

jest.setTimeout(8 * 1000)

let mockup
beforeAll(async () => { mockup = await initializeWeb3({ total_accounts: 37 }) })

Expand Down

0 comments on commit 578406a

Please sign in to comment.