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

Tests: longer timeout for failing functional test on travis

This commit is contained in:
James Booth 2016-09-26 00:16:12 +01:00
parent 27684e59c3
commit e78684f689

View File

@ -107,7 +107,9 @@ shows_role_and_affiliation_on_join(void **state)
prof_input("/join testroom@conference.localhost");
prof_timeout(60);
assert_true(prof_output_exact("-> You have joined the room as stabber, role: participant, affiliation: none"));
prof_timeout_reset();
}
void