Commit d1da8abb authored by laser's avatar laser
Browse files

fix(timeout): bump go test timeout

parent c42a643b
...@@ -111,7 +111,8 @@ commands: ...@@ -111,7 +111,8 @@ commands:
steps: steps:
- run: - run:
name: Test project name: Test project
command: RUST_LOG=info go test -p 1 command: RUST_LOG=info go test -p 1 -timeout 60m
no_output_timeout: 60m
restore_parameter_cache: restore_parameter_cache:
steps: steps:
- restore_cache: - restore_cache:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment