Skip to content

Commit

Permalink
chore(test): Increase the timeout for the sync service offline mode test
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Feb 13, 2025
1 parent 534cd59 commit 28a4918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-ui/tests/integration/sync_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ async fn test_sync_service_offline_mode() {

mock_server.mock_versions().ok().expect(1..).mount().await;

assert_next_eq_with_timeout!(states, State::Running, 500 ms, "We should have continued to sync");
assert_next_eq_with_timeout!(states, State::Running, 1000 ms, "We should have continued to sync");
}

#[async_test]
Expand Down

0 comments on commit 28a4918

Please sign in to comment.