Skip to content

Commit bf2896c

Browse files
authored
Allow ussing FST_TMUX_DD_WAIT in start_tmux.sh script again (#13967)
1 parent 97c3e51 commit bf2896c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prodtests/full-system-test/start_tmux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ if [[ -z $SHM_MANAGER_SHMID ]]; then
106106
exit 1
107107
fi
108108
fi
109-
[[ ! -z $FST_TMUX_DD_WAIT ]] && FST_SLEEP2=$FST_TMUX_DD_WAIT
110109
[[ ${O2_GPU_RTC:-0} == 1 ]] && FST_SLEEP2=60
110+
[[ ! -z $FST_TMUX_DD_WAIT ]] && FST_SLEEP2=$FST_TMUX_DD_WAIT
111111

112112
if workflow_has_parameter CALIB_PROXIES; then
113113
CALIB_COMMAND="$GEN_TOPO_MYDIR/aggregator-workflow.sh"

0 commit comments

Comments
 (0)