From 12998a11fd5b2c5d0baec6605dea09cdf170a5d9 Mon Sep 17 00:00:00 2001 From: Wilhelm Thieme Date: Wed, 10 Jul 2024 13:27:06 -0400 Subject: [PATCH] Increase test startup wait --- Anchor.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Anchor.toml b/Anchor.toml index f14d75b4..88d0471a 100644 --- a/Anchor.toml +++ b/Anchor.toml @@ -11,6 +11,9 @@ wallet = "~/.config/solana/id.json" [scripts] test = "ts-mocha -t 1000000 integration/src/**/*.test.ts" +[test] +startup_wait = 10000 + [test.validator] slots_per_epoch = "33" ticks_per_slot = 7