mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 13:26:21 +00:00
functionaltests: Doubled libexpect timeout for connect
This commit is contained in:
@@ -248,7 +248,7 @@ prof_connect_with_roster(char *roster)
|
|||||||
prof_input("password");
|
prof_input("password");
|
||||||
|
|
||||||
// Allow time for profanity to connect
|
// Allow time for profanity to connect
|
||||||
exp_timeout = 60;
|
exp_timeout = 120;
|
||||||
assert_true(prof_output_regex("stabber@localhost logged in successfully, .+online.+ \\(priority 0\\)\\."));
|
assert_true(prof_output_regex("stabber@localhost logged in successfully, .+online.+ \\(priority 0\\)\\."));
|
||||||
exp_timeout = 10;
|
exp_timeout = 10;
|
||||||
stbbr_wait_for("prof_presence_*");
|
stbbr_wait_for("prof_presence_*");
|
||||||
|
|||||||
Reference in New Issue
Block a user