1
0
Fork 0
mirror of synced 2024-08-15 01:51:33 +12:00

Remove long timeout

This commit is contained in:
adrinr 2023-02-03 14:51:50 +00:00
parent 2e29ac9ec7
commit 83f8e6ef2c

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)