From d2b453e4205e0e681e7c2e5ec001edf5b8827e66 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Wed, 30 Jan 2019 05:59:19 +0100 Subject: [PATCH] Merge PR #3440: Fix long multi-seed simulation --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1fc23c59e2..98df2e67f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -172,7 +172,7 @@ jobs: name: Test multi-seed Gaia simulation long command: | export PATH="$GOBIN:$PATH" - scripts/multisim.sh 800 50 TestFullGaiaSimulation + scripts/multisim.sh 500 50 TestFullGaiaSimulation test_sim_gaia_multi_seed: <<: *linux_defaults