Compare commits
4 commits
134ed92f3d
...
d5d313064a
Author | SHA1 | Date | |
---|---|---|---|
d5d313064a | |||
f9e305afa4 | |||
4555b3ae09 | |||
64da1d8a34 |
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ fn full_message(user_notification: &UserNotification) -> String {
|
|||
let sha = commit.sha();
|
||||
let message = commit.message();
|
||||
[
|
||||
"CI Checks had Failed".to_string(),
|
||||
"CI Checks have Failed".to_string(),
|
||||
format!("Forge: {forge_alias}\nRepo : {repo_alias}"),
|
||||
format!("Commit:\n - {sha}\n - {message}"),
|
||||
"Log:".to_string(),
|
||||
|
|
|
@ -43,7 +43,7 @@ async fn should_fetch_then_push_then_revalidate() -> TestResult {
|
|||
},
|
||||
))
|
||||
.await?;
|
||||
actix_rt::time::sleep(Duration::from_millis(1)).await;
|
||||
actix_rt::time::sleep(Duration::from_millis(9)).await;
|
||||
System::current().stop();
|
||||
|
||||
//then
|
||||
|
|
Loading…
Reference in a new issue