File tree 2 files changed +7
-2
lines changed 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,10 @@ commands:
117
117
key : wasi-libc-sysroot-systemclang-v3
118
118
paths :
119
119
- lib/wasi-libc/sysroot
120
- - run : go test -v -tags=llvm<<parameters.llvm>> ./cgo ./compileopts ./compiler ./interp ./transform .
120
+ - run :
121
+ name : " Test TinyGo"
122
+ command : go test -v -timeout=20m -tags=llvm<<parameters.llvm>> ./cgo ./compileopts ./compiler ./interp ./transform .
123
+ no_output_timeout : 20m
121
124
- run : make gen-device -j4
122
125
- run : make smoketest XTENSA=0
123
126
- run : make tinygo-test
@@ -185,6 +188,7 @@ commands:
185
188
- run :
186
189
name : " Test TinyGo"
187
190
command : make ASSERT=1 test
191
+ no_output_timeout : 20m
188
192
environment :
189
193
# Note: -p=2 limits parallelism to two jobs at a time, which is
190
194
# necessary to keep memory consumption down and avoid OOM (for a
@@ -346,6 +350,7 @@ commands:
346
350
- run :
347
351
name : " Test TinyGo"
348
352
command : make test
353
+ no_output_timeout : 20m
349
354
- run :
350
355
name : " Build TinyGo release"
351
356
command : |
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ tinygo:
184
184
CGO_CPPFLAGS=" $( CGO_CPPFLAGS) " CGO_CXXFLAGS=" $( CGO_CXXFLAGS) " CGO_LDFLAGS=" $( CGO_LDFLAGS) " $(GO ) build -buildmode exe -o build/tinygo$(EXE ) -tags byollvm -ldflags=" -X main.gitSha1=` git rev-parse --short HEAD` " .
185
185
186
186
test : wasi-libc
187
- CGO_CPPFLAGS=" $( CGO_CPPFLAGS) " CGO_CXXFLAGS=" $( CGO_CXXFLAGS) " CGO_LDFLAGS=" $( CGO_LDFLAGS) " $(GO ) test -v -buildmode exe -tags byollvm ./builder ./cgo ./compileopts ./compiler ./interp ./transform .
187
+ CGO_CPPFLAGS=" $( CGO_CPPFLAGS) " CGO_CXXFLAGS=" $( CGO_CXXFLAGS) " CGO_LDFLAGS=" $( CGO_LDFLAGS) " $(GO ) test -v -timeout=20m - buildmode exe -tags byollvm ./builder ./cgo ./compileopts ./compiler ./interp ./transform .
188
188
189
189
TEST_PACKAGES = \
190
190
compress/bzip2 \
You can’t perform that action at this time.
0 commit comments