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 e5ee873 commit 1c228d9
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 1c228d9

Please sign in to comment.