Skip to content

Commit

Permalink
ci: Longer timeouts for nextest (#4795)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Jul 28, 2024
1 parent 7277ab5 commit 48a6d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slow-timeout = {period = "500ms", terminate-after = 4}

[[profile.default.overrides]]
filter = 'package(prqlc) & test(queries::results::)'
slow-timeout = {period = "2s", terminate-after = 4}
slow-timeout = {period = "10s", terminate-after = 4}
test-group = 'test-dbs'

[test-groups.test-dbs]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
main:
- "**/Cargo.*"
- .github/**
- .config/**
nightly:
- .github/workflows/nightly.yaml
- .github/workflows/release.yaml
Expand Down

0 comments on commit 48a6d54

Please sign in to comment.