Skip to content

Commit 59f78f0

Browse files
authored
chore: increase test summary script suite timeout to 120 seconds (#16264)
1 parent a9b0ca7 commit 59f78f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runTestsWithSummary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ interface SuiteResult {
7676
}
7777

7878
const isContentAPIMode = process.env.PAYLOAD_DATABASE === 'content-api'
79-
const contentAPISuiteTimeout = 15000
79+
const contentAPISuiteTimeout = 120000
8080
const vitestBinary = './node_modules/.bin/vitest'
8181

8282
function getVitestEnv(options?: { unsetPayloadDatabase?: boolean }): NodeJS.ProcessEnv {

0 commit comments

Comments
 (0)