Skip to content

Commit

Permalink
chore(ci): increase cargo nextest timeout
Browse files Browse the repository at this point in the history
Serialized tests with electrs seems to be taking
longer in the CI now.
  • Loading branch information
dpc committed Nov 19, 2024
1 parent 1b90f79 commit 691a20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ slow-timeout = { period = "30s", terminate-after = 4 }
[profile.dev]

[profile.ci]
slow-timeout = { period = "30s", terminate-after = 2 }
slow-timeout = { period = "30s", terminate-after = 3 }

# ccov seems MUCH slower, especially in Nix sandbox
# possibly due to writing to a shared tracing file(?)
Expand Down

0 comments on commit 691a20c

Please sign in to comment.