Skip to content

Commit

Permalink
chore: longer e2e test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzraho committed Jun 17, 2024
1 parent fe75614 commit 6ddee8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const stateLib = require('../index')
const testKey = 'e2e_test_state_key'
const testKey2 = 'e2e_test_state_key2'

jest.setTimeout(30000) // thirty seconds per test
jest.setTimeout(120000) // 2 minutes per test

const initStateEnv = async (n = 1) => {
delete process.env.__OW_API_KEY
Expand Down

0 comments on commit 6ddee8d

Please sign in to comment.