Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
working-directory: _cmptest
run: |
# increase the test timeout to avoid conan installation timeout occasionally
go test -v -timeout 30m .
go test -v -timeout 60m .

- name: Upload Logs to Artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.23.0
require (
github.com/goplus/gogen v1.21.2
github.com/goplus/lib v0.3.1
github.com/goplus/llgo v0.12.1
github.com/goplus/llgo v0.12.2
github.com/qiniu/x v1.16.3
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ github.com/goplus/gogen v1.21.2 h1:xbXPgZOZiQx/WBM0nZxVSxFbtdCMZCRB+lguDnh8pfs=
github.com/goplus/gogen v1.21.2/go.mod h1:Y7ulYW3wonQ3d9er00b0uGFEV/IUZa6okWJZh892ACQ=
github.com/goplus/lib v0.3.1 h1:Xws4DBVvgOMu58awqB972wtvTacDbk3nqcbHjdx9KSg=
github.com/goplus/lib v0.3.1/go.mod h1:SgJv3oPqLLHCu0gcL46ejOP3x7/2ry2Jtxu7ta32kp0=
github.com/goplus/llgo v0.12.1 h1:LOlBxzDfano8lfeIPvNYevXbP1+aI3Ifa8JcAvOhT+A=
github.com/goplus/llgo v0.12.1/go.mod h1:gsOG7aJtVm8Nf2uqVWAHhklt2toZMXwxItGgLxJ9gQY=
github.com/goplus/llgo v0.12.2 h1:4hWhMtiyxeCVoOQVvsaZxyfIO8Q/cyV5SUk8+V5dVAQ=
github.com/goplus/llgo v0.12.2/go.mod h1:8Kr3OblHzsUVrrOoI0oC7vUKLYzELlSZK5yglwgC5OA=
github.com/qiniu/x v1.16.3 h1:UftZPVh4n4M5qqdqTg2TlnhDATVn5rGsp9v7FxHwN4g=
github.com/qiniu/x v1.16.3/go.mod h1:AiovSOCaRijaf3fj+0CBOpR1457pn24b0Vdb1JpwhII=
Loading