Skip to content

Commit

Permalink
increase daemon wait delay
Browse files Browse the repository at this point in the history
  • Loading branch information
JojiiOfficial committed Nov 22, 2020
1 parent 4c312ae commit ed135f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async fn main() {
}

// TODO wait for deamon to be ready
std::thread::sleep(std::time::Duration::from_millis(350));
std::thread::sleep(std::time::Duration::from_millis(450));
}
}

Expand Down

0 comments on commit ed135f6

Please sign in to comment.