There was an error while loading. Please reload this page.
1 parent 4d838d5 commit 1d35ccaCopy full SHA for 1d35cca
1 file changed
clients/cli/tests/common/helpers.rs
@@ -72,8 +72,8 @@ pub async fn setup_test_env() -> TestEnv {
72
};
73
solana_config.save(&config_file_path).unwrap();
74
75
- // Wait one slot to make tests less flaky
76
- tokio::time::sleep(std::time::Duration::from_millis(400)).await;
+ // Wait two slots to make tests less flaky
+ tokio::time::sleep(std::time::Duration::from_millis(800)).await;
77
78
TestEnv {
79
payer: Arc::new(payer),
0 commit comments