Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pac
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tools
pac
Commits
f15b183a
Commit
f15b183a
authored
Aug 30, 2026
by
luoqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(gap): 对拍事务超时提到 3 小时 —— 测试机 585K 单子场景两版跑一遍就可能超 1 小时
parent
d091ed21
Pipeline
#3618
failed in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
apps/pac-service/src/cli/verify-gap-equivalence.cli.ts
+1
-1
No files found.
apps/pac-service/src/cli/verify-gap-equivalence.cli.ts
View file @
f15b183a
...
@@ -215,7 +215,7 @@ async function bootstrap(): Promise<number> {
...
@@ -215,7 +215,7 @@ async function bootstrap(): Promise<number> {
await
tx
.
$executeRaw
`SET LOCAL work_mem = '256MB'`
;
await
tx
.
$executeRaw
`SET LOCAL work_mem = '256MB'`
;
return
tx
.
$queryRaw
<
DiffRow
[]
>
(
diffSql
);
return
tx
.
$queryRaw
<
DiffRow
[]
>
(
diffSql
);
},
},
{
timeout
:
60
*
60
*
1000
,
maxWait
:
6
0
_000
},
{
timeout
:
3
*
60
*
60
*
1000
,
maxWait
:
12
0
_000
},
);
);
if
(
diffs
.
length
===
0
)
{
if
(
diffs
.
length
===
0
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment