Compare commits

..

3 commits

Author SHA1 Message Date
12f562530c build: upgrade docker image to use debian:stable-20240722-slim
All checks were successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
2024-08-04 09:43:06 +01:00
f61f822bd4 build: upgrade git-next-builder to 2024-08-04 2024-08-04 09:42:36 +01:00
cdb7e35559 build: add missing dependency libdbus-1-dev to correct Dockerfile
Some checks failed
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Rust / build (push) Failing after 1m43s
2024-08-04 08:36:19 +01:00

View file

@ -35,8 +35,6 @@ fn when_history_has_expired_then_message_is_passed() {
let result = history.sendable(user_notification);
let_assert!(Some(user_notification) = result);
std::thread::sleep(dur);
// twice the expiry duration to avoid things happening in the wrong order
std::thread::sleep(dur);
// after dur, message has expired, so is still valid