From e10aa611e5bcbe6562f9b4b6d319b5ed6f5cb501 Mon Sep 17 00:00:00 2001 From: Alessia Bellisario Date: Thu, 3 Oct 2024 14:31:32 -0400 Subject: [PATCH] chore: add changeset for new delay value --- .changeset/tough-starfishes-tickle.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/tough-starfishes-tickle.md diff --git a/.changeset/tough-starfishes-tickle.md b/.changeset/tough-starfishes-tickle.md new file mode 100644 index 0000000..5983fa8 --- /dev/null +++ b/.changeset/tough-starfishes-tickle.md @@ -0,0 +1,5 @@ +--- +"@apollo/graphql-testing-library": patch +--- + +Use 50ms as the delay value in Node processes, since 20ms was still resulting in occasional batched renders.