Skip to content

Commit

Permalink
Unit tests: restored timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
serdiukov-o-nordwhale committed Apr 19, 2020
1 parent 37248fa commit 5149cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/verification/__tests__/verificationAPI.js
Expand Up @@ -22,7 +22,7 @@ describe('verificationAPI', () => {

beforeAll(done => {
Config.skipEmailVerification = false
//jest.setTimeout(50000)
jest.setTimeout(50000)
server = makeServer(done)

console.log('the server is ..')
Expand Down

0 comments on commit 5149cb7

Please sign in to comment.