diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a84dfef9a8f5c7315ee5b42938eb22e828bb3bd..dfad1e56c6b049d8963c11fb2b87751317a3343d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -205,12 +205,6 @@ aws/rke2/bigbang up:
     - *deploy_bigbang
   after_script:
     - kubectl get all -A
-    - kubectl get vs -A
-    - kubectl describe gateway main -n istio-system
-    - kubectl get gateway main -n istio-system
-    - kubectl get gateway main -n istio-system -o yaml
-    - kubectl get service -n istio-system
-    - kubectl get service istio-ingressgateway -n istio-system -o yaml
 
 # Run tests on BigBang on RKE2 cluster on AWS
 aws/rke2/bigbang test:
@@ -228,6 +222,7 @@ aws/rke2/bigbang test:
     - mkdir -p ~/.kube
     - cp ${CI_PROJECT_DIR}/rke2.yaml ~/.kube/config
   script:
+    - sleep 300
     - kubectl get all -A
     - kubectl get vs -A
     - kubectl describe gateway main -n istio-system