ci: set node-test timeout to 1m

This commit is contained in:
tbjump 2023-05-24 06:51:51 +00:00 committed by tbjump
parent 6cd3af30ab
commit bf5c540d3e
1 changed files with 1 additions and 1 deletions

View File

@ -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: