Compare commits

...

2 Commits

Author SHA1 Message Date
canvrno-oai
ba61c0981b Revert codex patch and increase timeout for image load 2026-05-12 15:54:20 -07:00
canvrno-oai
52804d5354 fix pet test 2026-05-12 15:23:22 -07:00

View File

@@ -434,7 +434,7 @@ async fn configured_pet_load_is_deferred_until_after_construction() {
let chat = ChatWidget::new_with_app_event(init);
assert!(!chat.ambient_pet_image_enabled());
let event = tokio::time::timeout(std::time::Duration::from_secs(2), rx.recv())
let event = tokio::time::timeout(std::time::Duration::from_secs(10), rx.recv())
.await
.unwrap()
.unwrap();