Skip to content

Commit

Permalink
Revert setting Jest timeout to 100s
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisameling committed May 6, 2020
1 parent e574090 commit aeb5ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/test/setup-test-framework.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// set test timeout to 100s
jest.setTimeout(100000)
// set test timeout to 10s
jest.setTimeout(10000)

import 'jest-extended'
import 'jest-localstorage-mock'

0 comments on commit aeb5ab1

Please sign in to comment.