Skip to content

Commit 8d07f34

Browse files
committed
update standalone service timeout to 1h
1 parent c4498e5 commit 8d07f34

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Tools/CI/rust.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,4 @@ cargo run --example ngo_echo_server -- --port $ECHO_SERVER_PORT &
1616
cargo build
1717

1818
# Run the standalone server on an infinite loop in the background
19-
while :; do cargo run -- --metrics-port 5000 standalone --port $COMB_SERVER_PORT -t 10m; done &
20-
21-
# Use a function to run the standalone server in a loop, when it exits, it will always restart
22-
runstandalone() {
23-
while :; do
24-
# loop infinitely
25-
cargo run -- --metrics-port 5000 standalone --port $COMB_SERVER_PORT -t 10m
26-
done
27-
}
19+
while :; do cargo run -- --metrics-port 5000 standalone --port $COMB_SERVER_PORT -t 60m; done &

0 commit comments

Comments
 (0)