From 24ea5666db8bf2c5abec3d75032a6b5b5159737e Mon Sep 17 00:00:00 2001 From: dankelleher Date: Thu, 29 Feb 2024 11:02:11 +0100 Subject: [PATCH] Marinade LP: increase reliability of functional tests --- Anchor.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Anchor.toml b/Anchor.toml index 42a4a8e..0c3f49a 100644 --- a/Anchor.toml +++ b/Anchor.toml @@ -20,6 +20,9 @@ wallet = "packages/tests/fixtures/provider.json" [scripts] test = "packages/tests/run.sh" +[test] +startup_wait = 3000 + [test.validator] slots_per_epoch = "32" #url = "https://api.mainnet-beta.solana.com"