Skip to content

Commit ae58849

Browse files
authored
CTP: Update trg_start_timeout (#677)
Updated trg_start_timeout to 20s as in rare occasions (noise cleanup) RunStart procedure on CTP side can take more than 12s.
1 parent 581edec commit ae58849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/readout-dataflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ defaults:
12941294
trg_ctp_emulator_timeout: "10s"
12951295
trg_pfr_timeout: "5s"
12961296
trg_load_timeout: "5s"
1297-
trg_start_timeout: "5s"
1297+
trg_start_timeout: "20s"
12981298
trg_pre_start_timeout: "5s"
12991299
trg_stop_timeout: "5s"
13001300
trg_unload_timeout: "5s"

0 commit comments

Comments
 (0)