Unverified Commit 6b546cbe authored by Vasili Novikov's avatar Vasili Novikov
Browse files

Fix test_curl to exclude build time from timeout

parent ea9af56a
Showing with 2 additions and 1 deletion
+2 -1
......@@ -4,7 +4,8 @@ set -euETo pipefail
#### Start Pod
./examples/run_development.sh --port=4956 &
cargo build
target/debug/pod --insecure-non-tls=0.0.0.0 --owners=ANY --port=4956 &
pid=$!
trap 'kill $pid' EXIT
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment