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 Sep 30, 2020
1 parent 4720214 commit abf8e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/test/setup-test-framework.ts
@@ -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 abf8e34

Please sign in to comment.