Skip to content

Commit 48a6d54

Browse files
authored
ci: Longer timeouts for nextest (#4795)
1 parent 7277ab5 commit 48a6d54

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.config/nextest.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slow-timeout = {period = "500ms", terminate-after = 4}
55

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

1111
[test-groups.test-dbs]

.github/workflows/tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
main:
104104
- "**/Cargo.*"
105105
- .github/**
106+
- .config/**
106107
nightly:
107108
- .github/workflows/nightly.yaml
108109
- .github/workflows/release.yaml

0 commit comments

Comments
 (0)