1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

functionaltests: reset connect wait to 30 secs

This commit is contained in:
James Booth 2015-10-13 00:32:02 +01:00
parent 14ff1db9a6
commit 118e92039e

View File

@ -248,7 +248,7 @@ prof_connect_with_roster(char *roster)
prof_input("password");
// Allow time for profanity to connect
exp_timeout = 120;
exp_timeout = 30;
assert_true(prof_output_regex("stabber@localhost logged in successfully, .+online.+ \\(priority 0\\)\\."));
exp_timeout = 10;
stbbr_wait_for("prof_presence_*");