mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
functionaltests: Doubled libexpect timeout for connect
This commit is contained in:
parent
e7b4f0bd78
commit
14ff1db9a6
@ -248,7 +248,7 @@ prof_connect_with_roster(char *roster)
|
||||
prof_input("password");
|
||||
|
||||
// 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\\)\\."));
|
||||
exp_timeout = 10;
|
||||
stbbr_wait_for("prof_presence_*");
|
||||
|
Loading…
Reference in New Issue
Block a user