There was an error while loading. Please reload this page.
1 parent 78e868c commit 7db421fCopy full SHA for 7db421f
1 file changed
prodtests/full-system-test/dpl-workflow.sh
@@ -124,7 +124,7 @@ if [[ $SYNCMODE == 1 ]]; then
124
125
PVERTEXING_CONFIG_KEY+="pvertexer.meanVertexExtraErrConstraint=0.3;" # for calibration relax the constraint
126
if [[ $SYNCRAWMODE == 1 ]]; then # add extra tolerance in sync mode to account for eventual time misalignment
127
- PVERTEXING_CONFIG_KEY+="pvertexer.timeMarginVertexTime=1.3;"
+ PVERTEXING_CONFIG_KEY+="pvertexer.timeMarginVertexTime=2.5;"
128
if [[ -z $ITSEXTRAERR ]]; then # in sync mode account for ITS residual misalignment
129
ERRIB="100e-8"
130
ERROB="100e-8"
0 commit comments