Skip to content

Commit f8407a0

Browse files
committed
Increase timeout for the long-running test command
1 parent f6f0eef commit f8407a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

circle.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- run: for d in */; do echo ./$d...; done | grep -v ./doc | grep -v ./tests | grep -v ./node | xargs go vet # All subdirectories except "doc", "tests", "node*".
3030
- run: diff -u <(echo -n) <(go list ./compiler/natives/src/...) # All those packages should have // +build js.
3131
- run: gopherjs install -v net/http # Should build successfully (can't run tests, since only client is supported).
32-
- run: ulimit -s 10000 && gopherjs test --minify -v --short github.com/gopherjs/gopherjs/js/... github.com/gopherjs/gopherjs/tests/... $(go list std | grep -v -x -f .std_test_pkg_exclusions)
32+
- run:
33+
command: ulimit -s 10000 && gopherjs test --minify -v --short github.com/gopherjs/gopherjs/js/... github.com/gopherjs/gopherjs/tests/... $(go list std | grep -v -x -f .std_test_pkg_exclusions)
34+
timeout: 1800
3335
- run: go test -v -race ./...
3436
- run: gopherjs test -v fmt # No minification should work.

0 commit comments

Comments
 (0)