Skip to content

Commit

Permalink
temp bump 120m timeout for checking results
Browse files Browse the repository at this point in the history
  • Loading branch information
havenbarnes committed Dec 9, 2024
1 parent 79bbfc1 commit e87da17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcafe/check-testcafe-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If they seem to be failing unexpectedly, check grafana for ingestion lag at http
log(JSON.stringify(files, null, 2))

// the deadline is the same for each assert, as the ingestion lag will be happening in parallel
const deadline = Date.now() + 1000 * 60 * 30 // 30 minutes
const deadline = Date.now() + 1000 * 60 * 120 // 30 minutes

for (const file of files) {
const testSessionId = file.testSessionId
Expand Down

0 comments on commit e87da17

Please sign in to comment.