diff --git a/.config/nextest.toml b/.config/nextest.toml new file mode 100644 index 00000000000..6a350df62e4 --- /dev/null +++ b/.config/nextest.toml @@ -0,0 +1,2 @@ +[profile.default] +slow-timeout = { period = "60s", terminate-after = 2, grace-period = "0s" }