1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Merge branch 'master' into openpgp

This commit is contained in:
James Booth 2015-06-13 19:50:53 +01:00
commit b07a7035df

View File

@ -221,6 +221,9 @@ prof_connect(void)
prof_input("/connect stabber@localhost port 5230"); prof_input("/connect stabber@localhost port 5230");
prof_input("password"); prof_input("password");
// Allow time for profanity to connect
exp_timeout = 30;
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;
stbbr_wait_for("prof_presence_1"); stbbr_wait_for("prof_presence_1");
} }