We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4498e5 commit 8d07f34Copy full SHA for 8d07f34
Tools/CI/rust.sh
@@ -16,12 +16,4 @@ cargo run --example ngo_echo_server -- --port $ECHO_SERVER_PORT &
16
cargo build
17
18
# 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
-}
+while :; do cargo run -- --metrics-port 5000 standalone --port $COMB_SERVER_PORT -t 60m; done &
0 commit comments