Skip to content

Commit

Permalink
deploy to soon
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter committed Jan 6, 2025
1 parent 91cbfb2 commit 2340bc1
Show file tree
Hide file tree
Showing 5 changed files with 1,098 additions and 51 deletions.
4 changes: 2 additions & 2 deletions rust/sealevel/client/src/cmd_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ fn attempt_program_deploy(
// Success!
if let Ok(true) = run_cmd(command.as_slice(), None, None) {
// TODO: use commitment level instead of just sleeping here?
println!("Sleeping for 2 seconds to fully allow program to be deployed");
sleep(Duration::from_secs(2));
println!("Sleeping for 5 seconds to fully allow program to be deployed");
sleep(Duration::from_secs(5));

return Ok(());
}
Expand Down
Loading

0 comments on commit 2340bc1

Please sign in to comment.