Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alp Deniz Ogut
Pod
Commits
6b546cbe
Unverified
Commit
6b546cbe
authored
4 years ago
by
Vasili Novikov
Browse files
Options
Download
Email Patches
Plain Diff
Fix test_curl to exclude build time from timeout
parent
ea9af56a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/test_curl.sh
+2
-1
tools/test_curl.sh
with
2 additions
and
1 deletion
+2
-1
tools/test_curl.sh
+
2
-
1
View file @
6b546cbe
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment