From 8d693d0b6bad2616c261f032c91a3e419b51dd16 Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <manuel.kieweg@h-da.de>
Date: Tue, 27 Jul 2021 12:44:06 +0100
Subject: [PATCH] more sensible benchmarks

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

diff --git a/build/ci/.test.yml b/build/ci/.test.yml
index c54c181b2..fa13d3e76 100644
--- a/build/ci/.test.yml
+++ b/build/ci/.test.yml
@@ -63,5 +63,5 @@ controller-test:
 benchmark:
   script:
   - cd store
-  - go test -benchmem -bench . -benchtime=10s -timeout 55m
+  - go test -benchmem -bench . -timeout 55m
   <<: *test
-- 
GitLab