diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-20 00:18:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-20 00:18:55 +0300 |
commit | 8fef7cf913d6893ad0f6d52ba84f40066c1c4535 (patch) | |
tree | 375194861201a82e424ba1e7c53a01873c9553e8 | |
parent | 6bcdc4a164219ac55c35fe38d90e578902a5087e (diff) | |
download | plus-8fef7cf913d6893ad0f6d52ba84f40066c1c4535.tar.gz plus-8fef7cf913d6893ad0f6d52ba84f40066c1c4535.tar.bz2 plus-8fef7cf913d6893ad0f6d52ba84f40066c1c4535.tar.xz plus-8fef7cf913d6893ad0f6d52ba84f40066c1c4535.zip |
Add timeout field into circle.yml
-rw-r--r-- | circle.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index bcf00f5b1..4e8fb8ae0 100644 --- a/circle.yml +++ b/circle.yml @@ -12,17 +12,24 @@ test: override: - ./tools/ci/scripts/circleci/gcc5.sh: parallel: true + timeout: 108000 - ./tools/ci/scripts/circleci/gcc6_tests.sh: parallel: true + timeout: 108000 - ./tools/ci/scripts/circleci/gcc7.sh: parallel: true + timeout: 108000 - ./tools/ci/scripts/circleci/gcc7_tests.sh: parallel: true + timeout: 108000 - ./tools/ci/scripts/circleci/gcc6.sh: parallel: true + timeout: 108000 - ./tools/ci/scripts/circleci/gcc6_sanitize_tests.sh: parallel: true + timeout: 108000 - ./tools/ci/scripts/circleci/gcc7_sanitize_tests.sh: parallel: true + timeout: 108000 post: - mv logs $CIRCLE_ARTIFACTS/ || true |