From e0ec462cea3395551b65758820d5741e61eda4c7 Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Tue, 9 Jul 2019 21:03:11 +0200 Subject: [PATCH] Increase integration test timeout --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9943f7ac..f18896f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -107,7 +107,7 @@ jobs: -e CIRCLE_BUILD_URL=$CIRCLE_BUILD_URL \ -e CIRCLE_WEBHOOK_URL=$CIRCLE_WEBHOOK_URL \ --rm edelweiss-mythril:latest \ - --timeout 60 \ + --timeout 90 \ --output-dir /opt/edelweiss \ --s3 \ --dynamodb \