fix(tests): increase sleep duration in shows_history_message test for improved timing

This commit is contained in:
2025-12-22 10:53:47 +03:00
parent 96acaa322d
commit b02582b19e

View File

@@ -146,7 +146,7 @@ shows_history_message(void **state)
"<x xmlns='jabber:x:delay' stamp='20151219T23:55:25'/>"
"</message>"
);
sleep(1);
sleep(2);
assert_true(prof_output_regex("testoccupant:.*an old message"));
}