From 3e331c6957296d01c5927e6bd1a9aa6014027e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Fri, 13 Mar 2020 01:51:36 +0100 Subject: [PATCH] test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/tests.sh b/.github/tests.sh index e61da12..58984ea 100755 --- a/.github/tests.sh +++ b/.github/tests.sh @@ -29,7 +29,7 @@ echo sleep 10 -docker exec zammad-docker-compose_zammad-railsserver_1 rails 'r FillDB.load(agents: 50,customers: 1000,groups: 20,organizations: 40,overviews: 5,tickets: 100)' +docker exec zammad-docker-compose_zammad-railsserver_1 rails 'r FillDB.load(agents: 10,customers: 10,groups: 10,organizations: 10,overviews: 10,tickets: 10)' echo echo "create user via api"