From f33a94a6e24a594703a5eb198374ea59ed7ae1e6 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 19 Aug 2018 11:25:21 -0500 Subject: [PATCH] circleci: allow a litte more time for mc test --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c252ca37..13491a05 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: - run: docker build -t mc:$CIRCLE_BUILD_NUM minecraft-server - run: name: Test default version and type - no_output_timeout: "30s" + no_output_timeout: "60s" command: | docker run -t --rm -e EULA=TRUE mc:$CIRCLE_BUILD_NUM | tee /tmp/docker-run.log | grep "[Server thread/INFO]: Done" - store_artifacts: