Skip to content

Commit d0f5c32

Browse files
committed
fix(tests): adding a delay before running the http tests
1 parent 4b8d423 commit d0f5c32

File tree

1 file changed

+2
-0
lines changed
  • draft/http/tests

1 file changed

+2
-0
lines changed

draft/http/tests/run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ARKLIB=$2
55

66
# run a sample API in the background, so that we have something to query
77
python3 api.py &
8+
# wait for the api to be up and running
9+
sleep 1
810

911
$ARKSCRIPT main.ark --lib $ARKLIB
1012

0 commit comments

Comments
 (0)