فهرست منبع

increase data collection time (#3220)

Signed-off-by: Alex Meijer <alexander.meijer@ibm.com>
Alex Meijer 10 ماه پیش
والد
کامیت
e97b829024
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      .github/workflows/integration-testing.yaml

+ 2 - 2
.github/workflows/integration-testing.yaml

@@ -188,9 +188,9 @@ jobs:
       if: ${{ (always() && !cancelled()) && ( github.event.event_name == 'schedule'  || github.event_name == 'push' || github.event_name == 'merge_group' || (github.event_name == 'pull_request_target'  && needs.check_actor_permissions.outputs.ismaintainer == 'true')) }}
       permissions: {}
       steps:
-        - name: Wait 15 minutes for promless data collection
+        - name: Wait 22 minutes for promless data collection
           run: |
-            sleep 1000
+            sleep 1320
     
     run-comparison-tests:
       needs: [wait_for_image_ready, build-test-stack, build-test-stack-promless, wait-for-data-collection]