Increase integration test timeout

pull/1145/head
Bernhard Mueller 5 years ago committed by GitHub
parent a56f6d25df
commit e0ec462cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

@ -107,7 +107,7 @@ jobs:
-e CIRCLE_BUILD_URL=$CIRCLE_BUILD_URL \ -e CIRCLE_BUILD_URL=$CIRCLE_BUILD_URL \
-e CIRCLE_WEBHOOK_URL=$CIRCLE_WEBHOOK_URL \ -e CIRCLE_WEBHOOK_URL=$CIRCLE_WEBHOOK_URL \
--rm edelweiss-mythril:latest \ --rm edelweiss-mythril:latest \
--timeout 60 \ --timeout 90 \
--output-dir /opt/edelweiss \ --output-dir /opt/edelweiss \
--s3 \ --s3 \
--dynamodb \ --dynamodb \

Loading…
Cancel
Save