Skip to content

Commit

Permalink
Test, increase timeout of Setup test
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorizzo committed Aug 6, 2020
1 parent 9a133dd commit dd708ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Setup.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const nod3 = {
const { dropDb, getDb, config } = testDb()

describe('Setup', function () {
this.timeout(10000)
describe('constructor', function () {
it('should create a Setup instance', async () => {
await dropDb()
Expand Down

0 comments on commit dd708ca

Please sign in to comment.