You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(harness): widen internal request deadline for shared CI runners
A 3-node cluster packed onto ~2 shared CI cores runs several times
slower than real hardware, so the production 30s internal request
deadline could spuriously abort cross-shard transactions that
complete in ~10s locally. Raise it for harness-spawned nodes only,
staying below nextest's cluster terminate ceiling so a genuine hang
still fails cleanly.
0 commit comments