Merge pull request #117784 from dims/bump-ginkgo-poller-progress-params
Bump Ginkgo Poll Progress parameters to a sane level
This commit is contained in:
		@@ -134,8 +134,8 @@ fi
 | 
				
			|||||||
# Some arguments (like --nodes) are only supported when using the CLI.
 | 
					# Some arguments (like --nodes) are only supported when using the CLI.
 | 
				
			||||||
# Those get set below when choosing the program.
 | 
					# Those get set below when choosing the program.
 | 
				
			||||||
ginkgo_args=(
 | 
					ginkgo_args=(
 | 
				
			||||||
  "--poll-progress-after=${GINKGO_POLL_PROGRESS_AFTER:-300s}"
 | 
					  "--poll-progress-after=${GINKGO_POLL_PROGRESS_AFTER:-60m}"
 | 
				
			||||||
  "--poll-progress-interval=${GINKGO_POLL_PROGRESS_INTERVAL:-20s}"
 | 
					  "--poll-progress-interval=${GINKGO_POLL_PROGRESS_INTERVAL:-5m}"
 | 
				
			||||||
  "--source-root=${KUBE_ROOT}"
 | 
					  "--source-root=${KUBE_ROOT}"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user