Skip to content

Commit

Permalink
Increase timeout for proptest_stash_migrate_json_to_proto
Browse files Browse the repository at this point in the history
Seen to timeout sporadically: https://buildkite.com/materialize/tests/builds/55918#01884260-ff44-4135-87dc-0a3aad49091d

[2023-05-22T07:44:19Z] TIMEOUT [ 120.008s] mz-stash upgrade::json_to_proto::tests::proptest_stash_migrate_json_to_proto
  • Loading branch information
def- committed May 22, 2023
1 parent 5029561 commit 736892e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ filter = "package(mz-environmentd)"
threads-required = 8
slow-timeout = { period = "120s", terminate-after = 2 }

[[profile.default.overrides]]
filter = "package(mz-stash) and test(proptest_stash_migrate_json_to_proto)"
slow-timeout = { period = "120s", terminate-after = 2 }

[profile.ci]
junit = { path = "junit_cargo-test.xml" }
fail-fast = false
Expand Down

0 comments on commit 736892e

Please sign in to comment.