Skip to content

Commit

Permalink
deps(testing) - allow more timeout during MaciState tests to ensure t…
Browse files Browse the repository at this point in the history
…he CI does not error out
  • Loading branch information
ctrlc03 committed Nov 9, 2023
1 parent 399ac31 commit 259c14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ts/__tests__/MaciState.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const blankStateLeaf = StateLeaf.genBlankLeaf()
const blankStateLeafHash = blankStateLeaf.hash()

describe('MaciState', function() {
this.timeout(20000)
this.timeout(100000)
describe('Process and tally 1 message from 1 user', () => {
let maciState: MaciState
let pollId
Expand Down

0 comments on commit 259c14b

Please sign in to comment.