aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/tests
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2024-05-17 08:36:40 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2024-05-17 08:36:43 +0000
commite01eac5bfe64eb5a53c0d0c437c440347d26ba95 (patch)
treebec140580b5d6e6bcf8b54b207e45668603dc644 /src/plugins/tests
parent6a60543495c701b4d2e285f39667944b14ce56a0 (diff)
test: longer timeout to wait for modem in test fixture
If the system running the test is under heavy load, the modem may need time to get exposed. Just bump the timeout to a long enough value.
Diffstat (limited to 'src/plugins/tests')
-rw-r--r--src/plugins/tests/test-fixture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tests/test-fixture.c b/src/plugins/tests/test-fixture.c
index 29eb8d55..ac2d3e67 100644
--- a/src/plugins/tests/test-fixture.c
+++ b/src/plugins/tests/test-fixture.c
@@ -142,7 +142,7 @@ common_get_modem (TestFixture *fixture,
break;
/* Blocking wait */
- g_assert_cmpuint (wait_time, <=, 20);
+ g_assert_cmpuint (wait_time, <=, 120);
wait_time++;
sleep (1);
}