Skip to content

Commit df2cbfd

Browse files
committed
fix(increase-timeout): increase timeout
Signed-off-by: Anna Warno <[email protected]>
1 parent 2d9d1dc commit df2cbfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nemo-evaluator-launcher/src/nemo_evaluator_launcher/executors/slurm/haproxy.cfg.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ defaults
77
mode http
88
option httplog
99
timeout connect 10s
10-
timeout client 3600s
11-
timeout server 3600s
10+
timeout client 100000s
11+
timeout server 100000s
1212

1313
frontend service_frontend
1414
bind *:{{ haproxy_port }}

0 commit comments

Comments
 (0)