Skip to content

Commit

Permalink
Wait more for app inspect tests
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Sandbhor <[email protected]>
  • Loading branch information
sbs2001 committed Mar 21, 2023
1 parent 5a8353a commit 998c619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appinspect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
-F "app_package=@/tmp/crowdsec-splunk-app.tar.gz" \
--url "https://appinspect.splunk.com/v1/app/validate"| jq -r .links[1].href)
REPORT_URL="https://appinspect.splunk.com$REPORT_HREF"
sleep 10
sleep 60
curl -X GET \
-H "Authorization: bearer $TOKEN" \
--url $REPORT_URL > /tmp/report
Expand Down

0 comments on commit 998c619

Please sign in to comment.