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