mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 01:16:21 +00:00
fix(tests): increase sleep duration in shows_history_message test for improved timing
This commit is contained in:
@@ -146,7 +146,7 @@ shows_history_message(void **state)
|
|||||||
"<x xmlns='jabber:x:delay' stamp='20151219T23:55:25'/>"
|
"<x xmlns='jabber:x:delay' stamp='20151219T23:55:25'/>"
|
||||||
"</message>"
|
"</message>"
|
||||||
);
|
);
|
||||||
sleep(1);
|
sleep(2);
|
||||||
|
|
||||||
assert_true(prof_output_regex("testoccupant:.*an old message"));
|
assert_true(prof_output_regex("testoccupant:.*an old message"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user