Skip to content

Commit 998c619

Browse files
committed
Wait more for app inspect tests
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
1 parent 5a8353a commit 998c619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appinspect.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
-F "app_package=@/tmp/crowdsec-splunk-app.tar.gz" \
3737
--url "https://appinspect.splunk.com/v1/app/validate"| jq -r .links[1].href)
3838
REPORT_URL="https://appinspect.splunk.com$REPORT_HREF"
39-
sleep 10
39+
sleep 60
4040
curl -X GET \
4141
-H "Authorization: bearer $TOKEN" \
4242
--url $REPORT_URL > /tmp/report

0 commit comments

Comments
 (0)