aboutsummaryrefslogtreecommitdiffhomepage
path: root/.circleci
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2021-10-28 16:44:34 +0200
committerRon Evans <[email protected]>2021-10-28 17:44:51 +0200
commit4199be97807bde2145e251cae8704d02e5390ebf (patch)
treeff3134d4b71794fa5aa533429b6a67b64cd6f469 /.circleci
parent86f1e6aec422d730558b7545e30588e258bbf69c (diff)
downloadtinygo-4199be97807bde2145e251cae8704d02e5390ebf.tar.gz
tinygo-4199be97807bde2145e251cae8704d02e5390ebf.zip
ci: increase timeout to 20 minutes
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index b3a3039df..6c8193aeb 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -117,7 +117,10 @@ commands:
key: wasi-libc-sysroot-systemclang-v3
paths:
- lib/wasi-libc/sysroot
- - run: go test -v -tags=llvm<<parameters.llvm>> ./cgo ./compileopts ./compiler ./interp ./transform .
+ - run:
+ name: "Test TinyGo"
+ command: go test -v -timeout=20m -tags=llvm<<parameters.llvm>> ./cgo ./compileopts ./compiler ./interp ./transform .
+ no_output_timeout: 20m
- run: make gen-device -j4
- run: make smoketest XTENSA=0
- run: make tinygo-test
@@ -185,6 +188,7 @@ commands:
- run:
name: "Test TinyGo"
command: make ASSERT=1 test
+ no_output_timeout: 20m
environment:
# Note: -p=2 limits parallelism to two jobs at a time, which is
# necessary to keep memory consumption down and avoid OOM (for a
@@ -346,6 +350,7 @@ commands:
- run:
name: "Test TinyGo"
command: make test
+ no_output_timeout: 20m
- run:
name: "Build TinyGo release"
command: |