Skip to content

Commit 165fb29

Browse files
committed
chore: increase serve command timeouts in compose.yml
Extend both run-timeout and compile-timeout from 10 to 30 seconds to accommodate longer execution and compilation times during service runs.
1 parent cd323c1 commit 165fb29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
dockerfile: Dockerfile
77
privileged: true
88
cgroup: host
9-
command: ["serve", "--run-timeout", "10", "--compile-timeout", "10"]
9+
command: ["serve", "--run-timeout", "30", "--compile-timeout", "30"]
1010
ports:
1111
- "8080:8080"
1212
healthcheck:

0 commit comments

Comments
 (0)