From 631938735793342e2137971cb31bdeddccfe53e8 Mon Sep 17 00:00:00 2001 From: anabwan <46447582+anabwan@users.noreply.github.com> Date: Tue, 28 May 2019 14:19:11 +0300 Subject: [PATCH] increase timeout for golden tests (#335) --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e578036..564f3be 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -205,7 +205,7 @@ jobs: command: | export GOLDEN_PRESETS="'CartPole or BitFlip'" python3 rl_coach/tests/test_eks.py -c coach-test -bn ${CIRCLE_BUILD_NUM} -tn golden-test-gym -tc "export GOLDEN_PRESETS=${GOLDEN_PRESETS} && make golden_tests_without_docker" -i 316971102342.dkr.ecr.us-west-2.amazonaws.com/coach-gym_environment:$(git describe --tags --always --dirty) -cpu 2048 -mem 4096 - no_output_timeout: 30m + no_output_timeout: 60m - run: name: cleanup command: | @@ -225,7 +225,7 @@ jobs: command: | export GOLDEN_PRESETS="Doom" python3 rl_coach/tests/test_eks.py -c coach-test -bn ${CIRCLE_BUILD_NUM} -tn golden-test-doom -tc "export GOLDEN_PRESETS=${GOLDEN_PRESETS} && make golden_tests_without_docker" -i 316971102342.dkr.ecr.us-west-2.amazonaws.com/coach-doom_environment:$(git describe --tags --always --dirty) -cpu 2048 -mem 4096 - no_output_timeout: 30m + no_output_timeout: 60m - run: name: cleanup command: | @@ -245,7 +245,7 @@ jobs: command: | export GOLDEN_PRESETS="Mujoco" python3 rl_coach/tests/test_eks.py -c coach-test -bn ${CIRCLE_BUILD_NUM} -tn golden-test-mujoco -tc "export GOLDEN_PRESETS=${GOLDEN_PRESETS} && make golden_tests_without_docker" -i 316971102342.dkr.ecr.us-west-2.amazonaws.com/coach-mujoco_environment:$(git describe --tags --always --dirty) -cpu 2048 -mem 4096 - no_output_timeout: 45m + no_output_timeout: 60m - run: name: cleanup command: | @@ -306,7 +306,7 @@ jobs: command: | export FUNCTIONAL_PRESETS="Doom" python3 rl_coach/tests/test_eks.py -c coach-test -bn ${CIRCLE_BUILD_NUM} -tn functional-test-doom -tc "export FUNCTIONAL_PRESETS=${FUNCTIONAL_PRESETS} && make functional_tests_without_docker" -i 316971102342.dkr.ecr.us-west-2.amazonaws.com/coach-doom_environment:$(git describe --tags --always --dirty) -cpu 2048 -mem 4096 - no_output_timeout: 30m + no_output_timeout: 60m - run: name: cleanup command: |