Skip to content

Commit 254cea6

Browse files
committed
Add O2_DPL_EXIT_TRANSITION_TIMEOUT_DEFAULT extra env option
1 parent 1701ebe commit 254cea6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DATA/common/getCommonArgs.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ fi
2424
[[ ! -z ${SHM_MANAGER_SHMID:-} && ${GEN_TOPO_CALIB_WORKFLOW:-} != 1 ]] && ARGS_ALL+=" --no-cleanup --shm-no-cleanup on --shmid $SHM_MANAGER_SHMID"
2525
[[ $NORATELOG == 1 ]] && ARGS_ALL+=" --fairmq-rate-logging 0"
2626

27+
[[ ! -z ${O2_DPL_EXIT_TRANSITION_TIMEOUT_DEFAULT:-} ]] && ARGS_ALL+=" --exit-transition-timeout $O2_DPL_EXIT_TRANSITION_TIMEOUT_DEFAULT"
28+
29+
true
30+
2731
fi # getCommonArgs.sh sourced

0 commit comments

Comments
 (0)