From c9fa2eb2653b7bf3925f36a2349c2d366e160f0e Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <manuel.kieweg@h-da.de>
Date: Tue, 30 Mar 2021 15:16:04 +0100
Subject: [PATCH] sleep 1m to wait for ceos

---
 build/ci/.test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build/ci/.test.yml b/build/ci/.test.yml
index b367908d7..6b7da35e8 100644
--- a/build/ci/.test.yml
+++ b/build/ci/.test.yml
@@ -12,6 +12,7 @@ integration-test:
     - if: $CI_COMMIT_BRANCH == "integration-test"
       allow_failure: true
   script:
+    - sleep 1m
     - go test -race ./test/integration -v -coverprofile=coverage.out
 
 unit-test:
-- 
GitLab