diff --git a/build/ci/.test.yml b/build/ci/.test.yml
index b367908d79ca91e3256794b5da49eb0b3806fd1b..6b7da35e85d0d87f15052ae658113be051308170 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: