ci: set node-test timeout to 1m
This commit is contained in:
parent
6cd3af30ab
commit
bf5c540d3e
|
@ -318,7 +318,7 @@ jobs:
|
|||
go-version: "1.20.4"
|
||||
# The go-ethereum and celo-blockchain packages both implement secp256k1 using the exact same header, but that causes duplicate symbols.
|
||||
- name: Run golang tests
|
||||
run: cd node && go test -v -race -ldflags '-extldflags "-Wl,--allow-multiple-definition" ' ./...
|
||||
run: cd node && go test -v -timeout 1m -race -ldflags '-extldflags "-Wl,--allow-multiple-definition" ' ./...
|
||||
|
||||
# Run Rust lints and tests
|
||||
rust-lint-and-tests:
|
||||
|
|
Loading…
Reference in New Issue