Skip to content

Commit 7db421f

Browse files
committed
Increase default PVTX tolerance in EPNSYNCMODE
1 parent 78e868c commit 7db421f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ if [[ $SYNCMODE == 1 ]]; then
124124

125125
PVERTEXING_CONFIG_KEY+="pvertexer.meanVertexExtraErrConstraint=0.3;" # for calibration relax the constraint
126126
if [[ $SYNCRAWMODE == 1 ]]; then # add extra tolerance in sync mode to account for eventual time misalignment
127-
PVERTEXING_CONFIG_KEY+="pvertexer.timeMarginVertexTime=1.3;"
127+
PVERTEXING_CONFIG_KEY+="pvertexer.timeMarginVertexTime=2.5;"
128128
if [[ -z $ITSEXTRAERR ]]; then # in sync mode account for ITS residual misalignment
129129
ERRIB="100e-8"
130130
ERROB="100e-8"

0 commit comments

Comments
 (0)