Commit 2564427b authored by Matteo Di Carlo's avatar Matteo Di Carlo
Browse files

timeout to 300s

parent 474bcbb5
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -109,7 +109,11 @@ integration:csp-lmc-mid:
    - make k8s_test
  environment:
      name: test

  after_script:
    - cd $BUILD_PATH  
    - pwd
    - make delete
    - make delete_namespace

# linting stage
#
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ wait:
	@echo "Waiting for device servers to be ready"
	@date
	@kubectl -n $(KUBE_NAMESPACE) get pods -l cspServer
	@kubectl -n $(KUBE_NAMESPACE) wait --for=condition=ready --timeout=120s -l cspServer pods
	@kubectl -n $(KUBE_NAMESPACE) wait --for=condition=ready --timeout=300s -l cspServer pods
	@date

#