Remove long timeout

This commit is contained in:
adrinr 2023-02-03 14:51:50 +00:00
parent 2e29ac9ec7
commit 83f8e6ef2c
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ if (!process.env.CI) {
// set a longer timeout in dev for debugging
// 100 seconds
jest.setTimeout(100000)
} else {
jest.setTimeout(30000)
}
testContainerUtils.setupEnv(env, coreEnv)