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