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 7, 2020
1 parent 48f0cb4 commit f1705fa
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 f1705fa

Please sign in to comment.