Commit 456a93c
committed
[Fix] raise dummy session-activity seed tx timeout to 120s
Under cross-arch arm64 TCG in the qemu-emulator-build CI job, the
deleteMany + createMany batch for ~1500-2000 event rows is now
exceeding the previously-set 30s Prisma interactive-transaction
ceiling (observed 44.7s in run 25835455849). The transaction uses
deterministic IDs and is idempotent, so a looser bound has no
correctness downside; it only kicks in on the slow TCG path.1 parent f2a0ce8 commit 456a93c
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1636 | 1636 | | |
1637 | 1637 | | |
1638 | 1638 | | |
1639 | | - | |
1640 | | - | |
1641 | | - | |
1642 | | - | |
| 1639 | + | |
| 1640 | + | |
| 1641 | + | |
| 1642 | + | |
1643 | 1643 | | |
1644 | 1644 | | |
1645 | 1645 | | |
| |||
0 commit comments