Skip to content

Commit 375062d

Browse files
committed
squash, relax timeout checks for CI
1 parent 1866df1 commit 375062d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auto_tests/toxav_mt_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,10 +427,10 @@ static void test_av(bool combined_av) {
427427
TOXAV_FRIEND_CALL_STATE_ACCEPTING_A | TOXAV_FRIEND_CALL_STATE_ACCEPTING_V;
428428

429429
// Wait 2s until the call is established on both sides
430-
ck_assert(poll_state(alice, full_AV_mask, 10, 100));
430+
ck_assert(poll_state(alice, full_AV_mask, 20, 100));
431431

432432
// TODO: why is Bob's call state not updated?
433-
// ck_assert(poll_state(bob, full_AV_mask, 10, 100)); asserts
433+
// ck_assert(poll_state(bob, full_AV_mask, 20, 100)); asserts
434434

435435
ck_assert(alice.in_call());
436436
ck_assert(bob.in_call());

0 commit comments

Comments
 (0)