mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 10:16:21 +00:00
Doubled expect timeout for connect in tests, removed libuuid from travis build
This commit is contained in:
@@ -3,7 +3,7 @@ install:
|
|||||||
- lsb_release -a
|
- lsb_release -a
|
||||||
- uname -a
|
- uname -a
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get -y install libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr2-dev libgpgme11-dev uuid-dev expect-dev tcl-dev
|
- sudo apt-get -y install libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr2-dev libgpgme11-dev expect-dev tcl-dev
|
||||||
- git clone git://github.com/boothj5/libmesode.git
|
- git clone git://github.com/boothj5/libmesode.git
|
||||||
- cd libmesode
|
- cd libmesode
|
||||||
- mkdir m4
|
- mkdir m4
|
||||||
|
|||||||
@@ -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 = 30;
|
exp_timeout = 60;
|
||||||
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