We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8d423 commit d0f5c32Copy full SHA for d0f5c32
draft/http/tests/run
@@ -5,6 +5,8 @@ ARKLIB=$2
5
6
# run a sample API in the background, so that we have something to query
7
python3 api.py &
8
+# wait for the api to be up and running
9
+sleep 1
10
11
$ARKSCRIPT main.ark --lib $ARKLIB
12
0 commit comments