Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Jun 30, 2024
1 parent 424a424 commit 6fe2574
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ test-group = 'test-dbs'
# the database has already been setup. For now, we can use cargo test instead.
max-threads = 1

[[profile.default.overrides]]
# cli tests take a bit longer
filter = 'test(cli)'
slow-timeout = {period = "1s"}

[[profile.default.overrides]]
filter = 'package(mdbook-prql)'
# These are testing dozens of queries, so we give them more time.
Expand Down

0 comments on commit 6fe2574

Please sign in to comment.