Compare commits

..

2 commits

Author SHA1 Message Date
154141a6ed fix(repo): avoid blocking threads when pausing
All checks were successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
2024-08-31 07:27:01 +01:00
9f277199e0 feat(tui): use moving heart emoji as liveness indicator
Some checks failed
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
Rust / build (push) Failing after 7m28s
The heart moves between two positions every second as long as the ui is
being updated.
2024-08-31 07:27:01 +01:00

View file

@ -81,7 +81,7 @@ async fn when_fail_should_recheck_after_delay() -> TestResult {
git::forge::commit::Status::Fail,
)))
.await?;
actix_rt::time::sleep(Duration::from_millis(9)).await;
actix_rt::time::sleep(Duration::from_millis(1)).await;
System::current().stop();
//then