Skip to content

Commit 1d35cca

Browse files
committed
Try increasing the wait
1 parent 4d838d5 commit 1d35cca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clients/cli/tests/common/helpers.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ pub async fn setup_test_env() -> TestEnv {
7272
};
7373
solana_config.save(&config_file_path).unwrap();
7474

75-
// Wait one slot to make tests less flaky
76-
tokio::time::sleep(std::time::Duration::from_millis(400)).await;
75+
// Wait two slots to make tests less flaky
76+
tokio::time::sleep(std::time::Duration::from_millis(800)).await;
7777

7878
TestEnv {
7979
payer: Arc::new(payer),

0 commit comments

Comments
 (0)