소스 검색

Increase worker config rollout timeout

Observed in CI this timeout expired before all node configs were
updated however, after reviewing node status, the nodes were all
properly updated.  Increasing the timeout to avoid flakes.
Russell Teague 5 년 전
부모
커밋
00a2b5def3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/aws/scaleup.yml

+ 1 - 1
test/aws/scaleup.yml

@@ -117,7 +117,7 @@
         oc wait machineconfigpool/worker
         --kubeconfig={{ kubeconfig_path }}
         --for=condition=Updated
-        --timeout=5m
+        --timeout=10m
 
     rescue:
     - name: DEBUG - Get worker machine config pool